레이아웃필요없을때 예시시

This commit is contained in:
dyhj625 2025-01-09 10:30:51 +09:00
parent b3d9276c21
commit af4b18130a

View File

@ -26,11 +26,12 @@ const routes = [
}
]
},
{
path: '/login',
component: () => import('@v/user/TheLogin.vue'),
meta: { layout: 'NoLayout' },
},
// 레이아웃 필요없을 때 예시
// {
// path: '/login',
// component: () => import('@v/user/TheLogin.vue'),
// meta: { layout: 'NoLayout' },
// },
{
path: '/sample',
component: () => import('@c/calendar/SampleCalendar.vue'),