mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
Fix/category link (#1087)
* fix and refactor chip links * fix missing UI components for data management * fix button text
This commit is contained in:
parent
ba325c12f7
commit
0f82523cdd
8 changed files with 27 additions and 28 deletions
|
@ -14,6 +14,11 @@
|
|||
mode="link"
|
||||
rounded
|
||||
:items="[
|
||||
{
|
||||
text: 'Recipes',
|
||||
value: 'new',
|
||||
to: '/group/data/recipes',
|
||||
},
|
||||
{
|
||||
text: 'Foods',
|
||||
value: 'url',
|
||||
|
@ -55,6 +60,7 @@ export default defineComponent({
|
|||
},
|
||||
setup() {
|
||||
const buttonLookup: { [key: string]: string } = {
|
||||
recipes: "Recipes",
|
||||
foods: "Foods",
|
||||
units: "Units",
|
||||
labels: "Labels",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue