cannot read prpperty ‘start‘ of undefined(問題記錄)

草巾冒小子發表於2020-11-18

cannot read prpperty ‘start’ of undefined(問題記錄)

  • 此錯誤表示這個欄位沒有被宣告,或者是宣告此欄位的關鍵詞的取值為空。

解決辦法:

宣告欄位並賦值
為此undefined欄位賦值


案例演示與解說:

methods內的部分程式碼如下:

countDown(){
   
	this.$ref.countDown.start();
},

最近使

相關文章