mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 16:24:31 -04:00
fix: url format in the recipe chip (#2420)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
color="accent"
|
color="accent"
|
||||||
:small="small"
|
:small="small"
|
||||||
dark
|
dark
|
||||||
:to="`/recipes/${urlPrefix}/${category.slug}`"
|
:to="`/?${urlPrefix}=${category.id}`"
|
||||||
>
|
>
|
||||||
{{ truncateText(category.name) }}
|
{{ truncateText(category.name) }}
|
||||||
</v-chip>
|
</v-chip>
|
||||||
|
|||||||
Reference in New Issue
Block a user