1 Commits

Author SHA1 Message Date
Sebastian 35d452b232 chore(deps): update dependency vite to v8.1.5 2026-07-17 03:04:05 +00:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
{ {
name: 'documents', name: 'documents',
path: '/', path: '/',
component: () => import('@/pages/Main.vue'), component: () => import('@/pages/FilesPage.vue'),
meta: { layout: 'fixed' }, meta: { layout: 'fixed' },
}, },
] ]