added to navbar
This commit is contained in:
parent
32b21b1186
commit
926cd832c6
|
@ -15,6 +15,12 @@ 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',
|
||||
|
|
Loading…
Reference in New Issue