Window.onerror does not work in Vue2.x

manually adding window.onerror in 2.5 does not catch errors
or how does it work?

Does

have to be handled in Vue.config.errorHandler ?

Feb.26,2021

window.onerror can only catch unhandled errors. If the error is handled by vue, you can't handle it at all

Menu