feat: improve kanban implementation
This commit is contained in:
parent
43b22360a5
commit
d66ad12f5c
11 changed files with 230 additions and 127 deletions
|
|
@ -93,7 +93,11 @@ app.mixin({
|
|||
})
|
||||
|
||||
app.config.errorHandler = (err, vm, info) => {
|
||||
error(err)
|
||||
// if (import.meta.env.PROD) {
|
||||
// error(err)
|
||||
// } else {
|
||||
console.error(err, vm, info)
|
||||
// }
|
||||
}
|
||||
|
||||
app.config.globalProperties.$message = {
|
||||
|
|
|
|||
Reference in a new issue