Cannot read property '_withTask' of undefined

前言vue

  Cannot read property '_withTask' of undefinedit

  忽然一會兒,就報這個錯了,剛剛還好好呢方法

Bug分析壓縮

  1.是在template中調用了某個方法,可是你沒有在methods定義undefined

  2.方法定義了,可是依舊報這個錯,多是你用了壓縮版的vue,沒有到方法定義以及屬性

解決方法

  1.用二分法,快速定位是什麼方法沒有在methods定義

  2.不用壓縮版的vue

相關文章
相關標籤/搜索