import authentication from '../views/authentication_login.vue' import register from '../views/authentication_register.vue' export default [ { path: '/', component: authentication }, { path: '/login', component: authentication }, { path: '/register', component: register }, // { path: '/profile', component: Profile } ]