From 916726171400499a3a9799af11353897b6791127 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Fri, 17 Feb 2023 18:00:43 +0100 Subject: [PATCH] add nav to view --- vue/src/apps/RecipeView/RecipeView.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vue/src/apps/RecipeView/RecipeView.vue b/vue/src/apps/RecipeView/RecipeView.vue index cc72580f1..5725e41d2 100644 --- a/vue/src/apps/RecipeView/RecipeView.vue +++ b/vue/src/apps/RecipeView/RecipeView.vue @@ -155,6 +155,8 @@ {{ $t("Report Abuse") }} + + @@ -184,6 +186,7 @@ import RecipeSwitcher from "@/components/Buttons/RecipeSwitcher" import CustomInputSpinButton from "@/components/CustomInputSpinButton" import {ApiApiFactory} from "@/utils/openapi/api"; import ImportTandoor from "@/components/Modals/ImportTandoor.vue"; +import BottomNavigationBar from "@/components/BottomNavigationBar.vue"; Vue.prototype.moment = moment @@ -207,6 +210,7 @@ export default { AddRecipeToBook, RecipeSwitcher, CustomInputSpinButton, + BottomNavigationBar, }, computed: { ingredient_factor: function () {