index.js
429 Bytes
const index = [{
path: '/html2canvas',
name: 'html2canvas',
component: () => import('@/views/html2canvas.vue'),
redirect: '',
meta: {
icon: '',
title: 'DOM转image',
},
children: [],
}, {
path: '/test-slot',
name: 'test-slot',
component: () => import('@/views/test/test-slot.vue'),
redirect: '',
meta: {
icon: '',
title: '测试slot插槽',
},
children: [],
}];
export default index;