mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-10 16:47:59 -05:00
add nav to view
This commit is contained in:
@@ -155,6 +155,8 @@
|
|||||||
<a :href="resolveDjangoUrl('view_report_share_abuse', share_uid)" class="mt-3">{{ $t("Report Abuse") }}</a>
|
<a :href="resolveDjangoUrl('view_report_share_abuse', share_uid)" class="mt-3">{{ $t("Report Abuse") }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<bottom-navigation-bar></bottom-navigation-bar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -184,6 +186,7 @@ import RecipeSwitcher from "@/components/Buttons/RecipeSwitcher"
|
|||||||
import CustomInputSpinButton from "@/components/CustomInputSpinButton"
|
import CustomInputSpinButton from "@/components/CustomInputSpinButton"
|
||||||
import {ApiApiFactory} from "@/utils/openapi/api";
|
import {ApiApiFactory} from "@/utils/openapi/api";
|
||||||
import ImportTandoor from "@/components/Modals/ImportTandoor.vue";
|
import ImportTandoor from "@/components/Modals/ImportTandoor.vue";
|
||||||
|
import BottomNavigationBar from "@/components/BottomNavigationBar.vue";
|
||||||
|
|
||||||
Vue.prototype.moment = moment
|
Vue.prototype.moment = moment
|
||||||
|
|
||||||
@@ -207,6 +210,7 @@ export default {
|
|||||||
AddRecipeToBook,
|
AddRecipeToBook,
|
||||||
RecipeSwitcher,
|
RecipeSwitcher,
|
||||||
CustomInputSpinButton,
|
CustomInputSpinButton,
|
||||||
|
BottomNavigationBar,
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
ingredient_factor: function () {
|
ingredient_factor: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user