debug: add alert to onMounted

This commit is contained in:
2026-06-15 09:08:52 +08:00
parent 8d5aa1416c
commit 88f07895d2

View File

@@ -165,6 +165,7 @@ const skippedPeople = computed(() => {
})
onMounted(async () => {
alert('PeopleView onMounted called')
try {
console.log('PeopleView: calling getPeople...')
const result: any = await invoke('getPeople', { page: 1, perPage: 1000 })