mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-23 07:21:41 -04:00
fix: url format in the recipe chip (#2420)
This commit is contained in:
parent
674774d073
commit
eea38a5b1e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user