From 3fed02825966db13548eeec79a8bfc85adf49d85 Mon Sep 17 00:00:00 2001 From: Dang Date: Fri, 17 Jan 2025 12:52:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9A=A9=EC=96=B4=EC=A7=91=20=EC=9E=91?= =?UTF-8?q?=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 + src/views/wordDict/wordDict.vue | 207 ++++++++++++++++++++++++++++++++ 2 files changed, 211 insertions(+) create mode 100644 src/views/wordDict/wordDict.vue diff --git a/src/router/index.js b/src/router/index.js index a19d7da..1ad0673 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -32,6 +32,10 @@ const routes = [ } ] }, + { + path: '/wordDict', + component: () => import('@v/wordDict/wordDict.vue'), + }, // 레이아웃 필요없을 때 예시 // { // path: '/login', diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue new file mode 100644 index 0000000..4382d55 --- /dev/null +++ b/src/views/wordDict/wordDict.vue @@ -0,0 +1,207 @@ + + + + +