diff --git a/src/components/voteboard/voteCard.vue b/src/components/voteboard/voteCard.vue
index 44a346a..734477f 100644
--- a/src/components/voteboard/voteCard.vue
+++ b/src/components/voteboard/voteCard.vue
@@ -24,9 +24,10 @@
+ >
+
diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue
index 7d683d5..ebd0a67 100644
--- a/src/views/wordDict/wordDict.vue
+++ b/src/views/wordDict/wordDict.vue
@@ -9,7 +9,7 @@
-
+
@@ -108,7 +108,7 @@
});
const refreshWordList = () => {
- getwordList(searchText.value, selectedAlphabet.value, selectedCategory.value);
+ getwordList(searchText.value, selectedAlphabet.value, selectedCategory.value);
};
//용어 목록
@@ -205,6 +205,7 @@
}
getwordList();
getIndex();
+ selectedCategory.value = 'all';
if(res.data.data == '2'){
const newCategory = { label: data, value: category };
cateList.value = [...cateList.value,newCategory];