Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f78f4b350 | |||
| 93a8eb32df |
+1
-1
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
name: 'documents',
|
||||
path: '/',
|
||||
component: () => import('@/pages/FilesPage.vue'),
|
||||
component: () => import('@/pages/Main.vue'),
|
||||
meta: { layout: 'fixed' },
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user