Lizirui
Results
1
issues of
Lizirui
I am listening for an ‘error’ event to catch an error. ( vue App ) `this.$refs.editor.addEventListener('error', (evt: any) => { console.log(evt, "evt") });` But there are some errors of type="error"...