知識點彙總——Vue

Vue的data何時是對象,何時是方法? 在一個普通的 Vue app 中,data 是一個對象vue new Vue( { data : { title : 'abc' } } ) 在 Vue 的 Component 中,data 要寫成一個 function,並返回對象vuex 爲何組件裏的data要寫成一個方法 相似於閉包,讓數據在組件內部,不受其餘組件的影響
相關文章
相關標籤/搜索