From de1d9c5959cab1df8a6809b1862f4d18dc3b751f Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Thu, 19 Jun 2025 09:35:35 +0000 Subject: [PATCH] recipe editor toolbar use v-model instead of prop and turn into script setup --- .../Domain/Recipe/RecipePage/RecipePage.vue | 2 +- .../RecipePageEditorToolbar.vue | 80 +++++++------------ 2 files changed, 30 insertions(+), 52 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue index 0af83ef6e..95cc743c6 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue @@ -31,7 +31,7 @@
- +
diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue index 883493161..6a19e82fe 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageEditorToolbar.vue @@ -47,7 +47,8 @@
-