로그인, 등록신청 routes 추가

This commit is contained in:
yoon 2025-01-09 10:57:49 +09:00
parent b3d9276c21
commit c45464a30e

View File

@ -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'),