로그인, 등록신청 routes 추가
This commit is contained in:
parent
b3d9276c21
commit
c45464a30e
@ -31,6 +31,11 @@ const routes = [
|
|||||||
component: () => import('@v/user/TheLogin.vue'),
|
component: () => import('@v/user/TheLogin.vue'),
|
||||||
meta: { layout: 'NoLayout' },
|
meta: { layout: 'NoLayout' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/register',
|
||||||
|
component: () => import('@v/user/TheRegister.vue'),
|
||||||
|
meta: { layout: 'NoLayout' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/sample',
|
path: '/sample',
|
||||||
component: () => import('@c/calendar/SampleCalendar.vue'),
|
component: () => import('@c/calendar/SampleCalendar.vue'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user