Commit 0f5c1aea authored by quentin.vrel's avatar quentin.vrel

adding the profile to the routes

parent 09497e4b
......@@ -31,6 +31,11 @@ const routes = [
path: '/login',
name: 'Login',
component: () => import('../views/Login.vue')
},
{
path: '/profile',
name: 'Profile',
component: () => import('../views/Profile.vue')
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment