diff --git a/src/router/index.ts b/src/router/index.ts index b9c7874..538c632 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -29,6 +29,11 @@ const router = createRouter({ name: 'login', component: () => import('../views/LoginView.vue'), }, + { + path: '/cv', + name: 'cv', + component: () => import('../views/CvView.vue'), + }, { path: '/account', name: 'account',