UNPKG

vue-cli-plugin-templates

Version:

vue-cli 3 plugin to add @shiyaping/vue-template | @shiyapings/vue-typescript-template

21 lines (20 loc) 325 B
export default [ { path: '/b', name: 'b', meta: { title: 'b' }, component: () => import('@/views/b/index.vue'), children: [ { path: 'x', name: 'b-x', meta: { title: 'b-x' }, component: () => import('@/views/b/x.vue') } ] } ]