From 0c22f105f6bce043ec9d080eafdd0e5253822a3a Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 23 Jan 2025 12:45:48 +0900 Subject: [PATCH] =?UTF-8?q?=ED=88=AC=ED=91=9C=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=20=EA=B2=BD=EB=A1=9C=20=EC=A7=80=EC=9B=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7bae1b1..95a331f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -50,20 +50,6 @@ const routes = [ component: () => import('@v/user/TheRegister.vue'), meta: { layout: 'NoLayout' }, }, - { - path: '/voteboard', - component: () => import('@v/voteboard/TheVoteBoard.vue'), - children: [ - { - path: '', - component: () => import('@v/voteboard/voteBoardList.vue') - }, - { - path: 'write', - component: () => import('@v/voteboard/voteboardWrite.vue') - } - ] - }, { path: '/sample', component: () => import('@c/calendar/SampleCalendar.vue'),