route.js 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 export default [{ path: '/about', component: () => import('@/views/about.vue'), meta: { title: 'about' } }, { path: '/record', component: () => import('@/views/record.vue'), meta: { title: 'record' } }];