1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-04 21:15:22 +02:00

Merge branch 'mealie-next' into feat-frontend-access-controll

This commit is contained in:
boc-the-git 2024-02-18 20:15:40 +11:00 committed by GitHub
commit ba4eddccd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1928 additions and 1004 deletions

View file

@ -39,6 +39,7 @@
:recipe-id="mealplan.recipe ? mealplan.recipe.id : ''"
class="mb-2"
:route="mealplan.recipe ? true : false"
:rating="mealplan.recipe ? mealplan.recipe.rating : 0"
:slug="mealplan.recipe ? mealplan.recipe.slug : mealplan.title"
:description="mealplan.recipe ? mealplan.recipe.description : mealplan.text"
:name="mealplan.recipe ? mealplan.recipe.name : mealplan.title"