debug: add alert to onMounted
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user