From 96597915fff9313aba8f6c32b0538e6f1277b8f9 Mon Sep 17 00:00:00 2001 From: ProperTeaMogul <124155470+ProperTeaMogul@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:41:09 +0000 Subject: [PATCH] fix: migrate RecipeRating component to script setup and defineModel (#7203) --- .../RecipePageParts/RecipePageInfoCard.vue | 2 +- .../components/Domain/Recipe/RecipeRating.vue | 127 ++++++++---------- 2 files changed, 55 insertions(+), 74 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInfoCard.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInfoCard.vue index d57e30364..0591c1ce6 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInfoCard.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInfoCard.vue @@ -17,7 +17,7 @@ diff --git a/frontend/components/Domain/Recipe/RecipeRating.vue b/frontend/components/Domain/Recipe/RecipeRating.vue index 25561bdb6..bcacf0d23 100644 --- a/frontend/components/Domain/Recipe/RecipeRating.vue +++ b/frontend/components/Domain/Recipe/RecipeRating.vue @@ -1,10 +1,10 @@ -