fix: migrate RecipeRating component to script setup and defineModel (#7203)

This commit is contained in:
ProperTeaMogul
2026-03-09 16:41:09 +00:00
committed by GitHub
parent 98c555fd20
commit 96597915ff
2 changed files with 55 additions and 74 deletions

View File

@@ -17,7 +17,7 @@
</v-card-title>
<RecipeRating
:key="recipe.slug"
:value="recipe.rating"
:model-value="recipe.rating"
:recipe-id="recipe.id"
:slug="recipe.slug"
/>