[Cleanup] Fix file and variable names to match usage (#2458)

This commit is contained in:
filtered
2025-02-07 06:48:24 +11:00
committed by GitHub
parent 78e4161c51
commit 774ed4178f
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ const router = createRouter({
{
path: 'desktop-update',
name: 'DesktopUpdateView',
component: () => import('@/views/DesktopUpdate.vue'),
component: () => import('@/views/DesktopUpdateView.vue'),
beforeEnter: guardElectronAccess
}
]