Merge branch 'khj'
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
khj0414 2025-04-07 13:40:35 +09:00
commit a02a316370

View File

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