diff --git a/src/router/index.js b/src/router/index.js index 30eaabd..62f695d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -31,6 +31,11 @@ const routes = [ component: () => import('@v/user/TheLogin.vue'), meta: { layout: 'NoLayout' }, }, + { + path: '/register', + component: () => import('@v/user/TheRegister.vue'), + meta: { layout: 'NoLayout' }, + }, { path: '/sample', component: () => import('@c/calendar/SampleCalendar.vue'),