1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-19 16:23:08 +09:00
This commit is contained in:
NoriDev 2024-02-02 17:01:25 +09:00
parent 4f52a38116
commit dadce16fb9
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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',