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