From 9548025afd6f0faee1dde30cd3891370a33b817c Mon Sep 17 00:00:00 2001 From: khj0414 Date: Thu, 3 Apr 2025 10:59:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/MainWordDict.vue | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/main/MainWordDict.vue b/src/components/main/MainWordDict.vue index 8e38da3..8a68f71 100644 --- a/src/components/main/MainWordDict.vue +++ b/src/components/main/MainWordDict.vue @@ -8,10 +8,10 @@
@@ -112,7 +117,7 @@ const goWordList = (category, indexKeyword) => { path: '/wordDict', query: { indexKeyword: firstChar, - category: category + category: category, } }); };