error log
This commit is contained in:
@@ -24,6 +24,7 @@ onMounted(() => {
|
||||
} catch (error) {
|
||||
const msg = getErrorInfo(error)
|
||||
notification.error(msg)
|
||||
console.error(error)
|
||||
}
|
||||
})
|
||||
|
||||
|
@@ -66,6 +66,7 @@ onMounted(() => {
|
||||
} catch (err) {
|
||||
const msg = getErrorInfo(err)
|
||||
notification.error(msg)
|
||||
console.error(err)
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user