mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 23:59:45 +02:00
fixes #297
This commit is contained in:
parent
a6f89a155e
commit
335807637a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<v-row v-if="title != null">
|
<v-row v-if="title != null">
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-btn-toggle group>
|
<v-btn-toggle group>
|
||||||
<v-btn text :to="`/recipes/${title.toLowerCase()}`">
|
<v-btn text>
|
||||||
{{ title.toUpperCase() }}
|
{{ title.toUpperCase() }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
</v-btn-toggle>
|
</v-btn-toggle>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue