This commit is contained in:
commit
a02a316370
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user