1. 程式人生 > >[Vue warn]: Error in render: "TypeError: Cannot read property '0' of undefined

[Vue warn]: Error in render: "TypeError: Cannot read property '0' of undefined

來看 for per 字段 後來 AD cannot fine size

  註意,只要出現Error in render,即渲染時候報錯,此時應該去渲染位置去找錯誤,而不是函數裏面。

  今天就碰到這個錯誤,我一直只註意著Cannot read property ‘0‘ of undefined,所以一直在函數裏面調試找錯,卻一直沒找到,最後才註意到Error in render,想著應該是渲染出錯,果然去掉寫的渲染方法,發現就沒報錯了。

  後來看渲染的v-for,發現有個字段寫的不對,這才找到錯誤。都是馬虎惹的禍啊,記錄一下,勉勵自己。

[Vue warn]: Error in render: "TypeError: Cannot read property '0' of undefined