route.js 274 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 export default [{ path: '/', name: '首页', component: () => import('./views/index.vue'), meta: { title: '' }, children: [] }, { path: '/image', name: 'html转图片', component: () => import('./views/html2canvas.vue'), meta: { title: '' } }];