From d1b892ec9bb514f2ad765e81df3daef08a18cff9 Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Thu, 19 Jun 2025 10:10:02 +0000 Subject: [PATCH] RecipeIngredientEditor use v-model instead of prop and turn into script setup --- .../Domain/Recipe/RecipePage/RecipePage.vue | 2 +- .../RecipePageIngredientEditor.vue | 166 +++++++----------- 2 files changed, 69 insertions(+), 99 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue index c388f15f2..a9a0e0b5b 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue @@ -34,7 +34,7 @@
- +
diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue index e5dc56f9e..375de0448 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageIngredientEditor.vue @@ -77,122 +77,92 @@
-