前些天發現了一個巨牛的人工智能學習網站,通俗易懂,風趣幽默,忍不住分享一下給大家。點擊跳轉到教程。
1. 一個點擊事件報錯:
Property or method "deleteFun" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property
2. 報錯原因:這個方法未定義。我以為是寫在methods中的,其實不是。我原寫法:
?
3.解決:改正圖中紅框中位置代碼。
這樣就可以了。
?