index.js 140 Bytes Raw Blame History Permalink 1 2 3 4 5 export default [{ path: '/author/:type/:id', name: 'author', component: () => import(/* webpackChunkName: "author" */ './author') }];