mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
fix: url format in the recipe chip (#2420)
This commit is contained in:
parent
674774d073
commit
eea38a5b1e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
color="accent"
|
||||
:small="small"
|
||||
dark
|
||||
:to="`/recipes/${urlPrefix}/${category.slug}`"
|
||||
:to="`/?${urlPrefix}=${category.id}`"
|
||||
>
|
||||
{{ truncateText(category.name) }}
|
||||
</v-chip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue