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