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