mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 08:44:36 -04:00
fix: Refresh recipe section when clicking card tag chip (#4810)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4b992afc67
commit
203218a3d5
@@ -9,7 +9,8 @@
|
||||
color="accent"
|
||||
:small="small"
|
||||
dark
|
||||
:to="`${baseRecipeRoute}?${urlPrefix}=${category.id}`"
|
||||
|
||||
@click.prevent="() => $emit('item-selected', category, urlPrefix)"
|
||||
>
|
||||
{{ truncateText(category.name) }}
|
||||
</v-chip>
|
||||
|
||||
Reference in New Issue
Block a user