const routes = [ { name: 'people', path: '/people', component: () => import('@/pages/PeoplePage.vue'), meta: { layout: 'fixed' }, }, ] export default routes