mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
fix #184
This commit is contained in:
parent
2a45eef116
commit
948ce9d25e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
<v-list-item
|
||||
v-for="(meal, index) in mealplan.meals"
|
||||
:key="generateKey(meal.slug, index)"
|
||||
@click="$router.push(`/recipe/${meal.slug}`)"
|
||||
:to="meal.slug ? `/recipe/${meal.slug}` : null"
|
||||
>
|
||||
<v-list-item-avatar
|
||||
color="primary"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue