mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Update RecipeCard.vue
Updates variable to enable household ratings to appear
This commit is contained in:
parent
c74f016f66
commit
03ce978dd8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
<RecipeRating
|
<RecipeRating
|
||||||
class="ml-n2"
|
class="ml-n2"
|
||||||
:value="rating"
|
:model-value="rating"
|
||||||
:recipe-id="recipeId"
|
:recipe-id="recipeId"
|
||||||
:slug="slug"
|
:slug="slug"
|
||||||
small
|
small
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue