Goodundefined!

[Vue warn]: Property or method "evening" 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.

<h2>{{ greetX('evening') }}</h2>

是因爲調用函數時,傳參錯誤,參數應該加引號 'evening';

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章