mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 00:30:27 +00:00
rename items -> search
This commit is contained in:
parent
429ecc3005
commit
2742bb9c9e
1 changed files with 2 additions and 10 deletions
|
@ -158,10 +158,10 @@
|
|||
to: "/profile",
|
||||
},
|
||||
{
|
||||
icon: "mdi-document",
|
||||
icon: "mdi-magnify",
|
||||
id: 3,
|
||||
active: computed(() => route.path === "/items"),
|
||||
name: "Items",
|
||||
name: "Search",
|
||||
to: "/items",
|
||||
},
|
||||
{
|
||||
|
@ -179,14 +179,6 @@
|
|||
modals.import = true;
|
||||
},
|
||||
},
|
||||
// {
|
||||
// icon: "mdi-database-export",
|
||||
// id: 5,
|
||||
// name: "Export",
|
||||
// action: () => {
|
||||
// console.log("Export");
|
||||
// },
|
||||
// },
|
||||
];
|
||||
|
||||
const labelStore = useLabelStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue