From af4b18130acdee010db75f95a91360871f4cd57f Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Thu, 9 Jan 2025 10:30:51 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=ED=95=84?= =?UTF-8?q?=EC=9A=94=EC=97=86=EC=9D=84=EB=95=8C=20=EC=98=88=EC=8B=9C?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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'),