chore
This commit is contained in:
parent
4f52a38116
commit
dadce16fb9
|
@ -129,7 +129,7 @@ const menuDef = computed(() => [{
|
|||
icon: 'ti ti-music',
|
||||
text: i18n.ts.soundsAndVibrations,
|
||||
to: '/settings/sounds-and-vibrations',
|
||||
active: currentPage.value?.route.name === 'soundsAndVibrations',
|
||||
active: currentPage.value?.route.name === 'sounds-and-vibrations',
|
||||
}, {
|
||||
icon: 'ti ti-plug',
|
||||
text: i18n.ts.plugins,
|
||||
|
|
|
@ -122,7 +122,7 @@ const routes: RouteDef[] = [{
|
|||
component: page(() => import('@/pages/settings/statusbar.vue')),
|
||||
}, {
|
||||
path: '/sounds-and-vibrations',
|
||||
name: 'soundsAndVibrations',
|
||||
name: 'sounds-and-vibrations',
|
||||
component: page(() => import('@/pages/settings/sounds-and-vibrations.vue')),
|
||||
}, {
|
||||
path: '/plugin/install',
|
||||
|
|
Loading…
Reference in a new issue