vue3源码阅读【runtime-core\src\errorHandling.ts】callWithErrorHandling
callWithErrorHandling参数fn是要进行错误处理的函数;args是函数的参数;instance当前组件的实例handleError是出错时的日志打印的处理exportfunctioncallWithErrorHandling(fn:Function,instance:ComponentInternalInstance|null,type:ErrorTypes,args?:unkn