From 2a910488b8d499e306a669b8e82dd414a25d8433 Mon Sep 17 00:00:00 2001 From: khj0414 Date: Tue, 21 Jan 2025 15:48:31 +0900 Subject: [PATCH] =?UTF-8?q?=ED=88=AC=ED=91=9C=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index d7d98d4..7bae1b1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -58,7 +58,10 @@ const routes = [ path: '', component: () => import('@v/voteboard/voteBoardList.vue') }, - + { + path: 'write', + component: () => import('@v/voteboard/voteboardWrite.vue') + } ] }, {