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