refactor: rename main entry point
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
|
|||||||
{
|
{
|
||||||
name: 'documents',
|
name: 'documents',
|
||||||
path: '/',
|
path: '/',
|
||||||
component: () => import('@/pages/FilesPage.vue'),
|
component: () => import('@/pages/Main.vue'),
|
||||||
meta: { layout: 'fixed' },
|
meta: { layout: 'fixed' },
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user