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';
|
import { unisonReload } from '@/utility/unison-reload.js';
|
||||||
|
|
||||||
export const navbarItemDef = reactive({
|
export const navbarItemDef = reactive({
|
||||||
qr: {
|
|
||||||
title: i18n.ts.qr,
|
|
||||||
icon: 'ti ti-qrcode',
|
|
||||||
show: computed(() => $i != null),
|
|
||||||
to: '/qr',
|
|
||||||
},
|
|
||||||
notifications: {
|
notifications: {
|
||||||
title: i18n.ts.notifications,
|
title: i18n.ts.notifications,
|
||||||
icon: 'ti ti-bell',
|
icon: 'ti ti-bell',
|
||||||
|
@ -72,6 +66,12 @@ export const navbarItemDef = reactive({
|
||||||
lookup();
|
lookup();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
qr: {
|
||||||
|
title: i18n.ts.qr,
|
||||||
|
icon: 'ti ti-qrcode',
|
||||||
|
show: computed(() => $i != null),
|
||||||
|
to: '/qr',
|
||||||
|
},
|
||||||
lists: {
|
lists: {
|
||||||
title: i18n.ts.lists,
|
title: i18n.ts.lists,
|
||||||
icon: 'ti ti-list',
|
icon: 'ti ti-list',
|
||||||
|
|
Loading…
Reference in New Issue