토탈수 변경경

This commit is contained in:
khj0414 2025-04-07 13:39:53 +09:00
parent 2e94e96d5f
commit 2b319c99b8

View File

@ -142,7 +142,7 @@ import { useRoute } from 'vue-router';
// //
wordList.value = res.data.data.data; wordList.value = res.data.data.data;
// //
total.value = res.data.data.total; total.value = res.data.data.data.length;
}) })
.catch(err => { .catch(err => {
console.error('데이터 로드 오류:', err); console.error('데이터 로드 오류:', err);