尚硅谷 Vue 學習筆記(3) 計算屬性和監視

vue實例vm有4個屬性el, data, computed, watch , computed 即計算屬性: computed: 執行時間: 1.初始化顯示執行 2.相關的data屬性數據(this.firstName , this.lastName)發生變化 3.this 指的是vm對象 fullName1( ) 和fullName3 括號什麼意思具體看截圖的代碼註釋; watch 和 vm.
相關文章
相關標籤/搜索