From 5fadd299dd9db880cc55052ac93ffb455f1c664b Mon Sep 17 00:00:00 2001 From: Kuchenpirat Date: Wed, 18 Jun 2025 11:53:38 +0000 Subject: [PATCH] recipePage use v-model instead of prop and turn into script setup --- .../Domain/Recipe/RecipePage/RecipePage.vue | 344 ++++++++---------- .../pages/g/[groupSlug]/r/[slug]/index.vue | 2 +- .../pages/g/[groupSlug]/shared/r/[id].vue | 2 +- 3 files changed, 152 insertions(+), 196 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue index 8b541f6e6..53fe006df 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue @@ -149,7 +149,7 @@ -