From cc8e347aa9ab5e4242f4ed78f321fc28be0748fc Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Mon, 17 Mar 2025 15:10:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EB=94=A9=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wordDict/wordDict.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index bdc647e..61d381a 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -26,8 +26,6 @@
- -
{{ error }}
@@ -78,7 +76,6 @@ const toastStore = useToastStore(); // 공통 - const loading = ref(false); const error = ref(''); // 용어집 @@ -134,12 +131,10 @@ wordList.value = res.data.data.data; // 총 개수 저장 total.value = res.data.data.total; - loading.value = false; }) .catch(err => { console.error('데이터 로드 오류:', err); error.value = '데이터를 가져오는 중 문제가 발생했습니다.'; - loading.value = false; }); }; //정렬 목록