export default{ 0: [ { path: '/channel/:id', component: require('./vue/channel.vue').default }, { path: '*', redirect: '/channel/me' } ] }