modify navbar.ts
This commit is contained in:
parent
ad3c22de5e
commit
78570ffaff
|
@ -15,12 +15,6 @@ import { i18n } from '@/i18n.js';
|
|||
import { unisonReload } from '@/utility/unison-reload.js';
|
||||
|
||||
export const navbarItemDef = reactive({
|
||||
qr: {
|
||||
title: i18n.ts.qr,
|
||||
icon: 'ti ti-qrcode',
|
||||
show: computed(() => $i != null),
|
||||
to: '/qr',
|
||||
},
|
||||
notifications: {
|
||||
title: i18n.ts.notifications,
|
||||
icon: 'ti ti-bell',
|
||||
|
@ -72,6 +66,12 @@ export const navbarItemDef = reactive({
|
|||
lookup();
|
||||
},
|
||||
},
|
||||
qr: {
|
||||
title: i18n.ts.qr,
|
||||
icon: 'ti ti-qrcode',
|
||||
show: computed(() => $i != null),
|
||||
to: '/qr',
|
||||
},
|
||||
lists: {
|
||||
title: i18n.ts.lists,
|
||||
icon: 'ti ti-list',
|
||||
|
|
Loading…
Reference in New Issue