Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5a6cef6f8 | |||
| 822acf7612 |
+2
-2
@@ -7,13 +7,13 @@ const routes = [
|
||||
{
|
||||
name: 'calendar',
|
||||
path: '/calendar',
|
||||
component: () => import('@/pages/ChronoPage.vue'),
|
||||
component: () => import('@/pages/Main.vue'),
|
||||
meta: { layout: 'fixed' },
|
||||
},
|
||||
{
|
||||
name: 'tasks',
|
||||
path: '/tasks',
|
||||
component: () => import('@/pages/ChronoPage.vue'),
|
||||
component: () => import('@/pages/Main.vue'),
|
||||
meta: { layout: 'fixed' },
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user