레이아웃필요없을때 예시시
This commit is contained in:
parent
b3d9276c21
commit
af4b18130a
@ -26,11 +26,12 @@ const routes = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// 레이아웃 필요없을 때 예시
|
||||||
path: '/login',
|
// {
|
||||||
component: () => import('@v/user/TheLogin.vue'),
|
// path: '/login',
|
||||||
meta: { layout: 'NoLayout' },
|
// component: () => import('@v/user/TheLogin.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