Vue 记录 Cannot read property '_withTask' of undefined

Posted lvyih

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue 记录 Cannot read property '_withTask' of undefined相关的知识,希望对你有一定的参考价值。

第二次遇到,年前偶尔代码中频繁出现过,因为没影响到交互,赶工期中,没有去深究。

今天又遇到了, 在事件触发后,脚本报错,终止了界面交互。

最后查找到这里的原因,检查并移除无效业务事件,错误消失了。 ( 是因为我的模板都是相似功能块复制过来的,携带了一些无效绑定数据, 暂时未处理,在使用 v-show v-if 之类时,才出现该问题 )

记录一下。

 

http://blog.csdn.net/qq_16559905/article/details/79294032

 

以上是关于Vue 记录 Cannot read property '_withTask' of undefined的主要内容,如果未能解决你的问题,请参考以下文章

vue添加组件报错 Cannot read properties of undefined (reading ‘toLowerCase‘)

vue 在使用vue-router报错 Cannot read property matched

vue3项目解决 “TypeError: Cannot read properties of undefined (reading ‘xxx‘)“

vue 报错:TypeError: Cannot read property '$createElement' of undefined

Vue ERROR TypeError: Cannot read property 'upgrade' of undefined

vue报错 Uncaught TypeError: Cannot read property ‘children ’ of null