From a9a454db01544ff1aa259918827799d4045a23ad Mon Sep 17 00:00:00 2001 From: yoon Date: Fri, 17 Jan 2025 10:48:32 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 23bbef5..4642c22 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -32,12 +32,11 @@ 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: '/vacation', component: () => import('@v/vacation/VacationManagement.vue'),