From 27d8109a6e02c6fd1478725bdd1181fbbaf30df5 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Thu, 19 Jun 2025 09:37:39 +0000 Subject: [PATCH] RecipePageFooter use v-model instead of prop and turn into script setup --- .../RecipePageParts/RecipePageFooter.vue | 80 +++++++------------ 1 file changed, 29 insertions(+), 51 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue index 6623d97cd..30e06ebf3 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageFooter.vue @@ -81,61 +81,39 @@ -