safari浏览器运行经常会报一些空指针的错误
Vue version
latest
Link to minimal reproduction
无
Steps to reproduce
在v8引擎环境下的vue运行问题不大,但是在WebKit内核的safari浏览器上空指针的错误率非常明显,例如TypeError: undefined is not an object (evaluating 'r.props.position');TypeError: undefined is not an object (evaluating 't._ctx.tagCode')等等
What is expected?
希望能兼容safari浏览器
What is actually happening?
TypeError: undefined is not an object (evaluating 'r.props.position');TypeError: undefined is not an object (evaluating 't._ctx.tagCode')
System Info
苹果safari浏览器环境
Any additional comments?
No response
最小化重现是必须的,谢谢。