diff --git a/src/router/index.js b/src/router/index.js index 30eaabd..41b78a5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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'),