Vue組件定義

簡介 組件是可複用的 Vue 實例。 本質上是一個對象,該對象包含data、computed、watch、methods、filters以及生命週期鉤子等成員屬性。 組件結構: { data(){ return { // } }, computed:{ displayName(){ return ''; } }, meth
相關文章
相關標籤/搜索