Cannot read property '_withTask' of undefined
Posted ifannie
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot read property '_withTask' of undefined相关的知识,希望对你有一定的参考价值。
前言
Cannot read property ‘_withTask‘ of undefined
突然一下子,就报这个错了,刚刚还好好呢
Bug分析
1.是在template中调用了某个方法,但是你没有在methods定义
2.方法定义了,但是依旧报这个错,可能是你用了压缩版的vue,没有到方法定义以及属性
解决方法
1.用二分法,快速定位是什么方法没有在methods定义
2.不用压缩版的vue
以上是关于Cannot read property '_withTask' of undefined的主要内容,如果未能解决你的问题,请参考以下文章
Uncaught TypeError: Cannot read property 'addEventListener'
Uncaught TypeError: Cannot read properties of undefined (reading 'getUserMedia')
axios报错: Cannot read property 'protocol' of undefined ....
解决报错Cannot read property 'forceUpdate' of undefined