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';

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