vue入門學習筆記

Vue 學習筆記 關於 vue.js 關於 watch 和 computed 儘量不要修改 wacth 和 computed 的值,避免形成死循環。 wacth 想監聽對象內部屬性變化時,可使用 deep:true 或者 換成字符串格式監聽:obj.a -> ‘obj.a’,推薦使用後者 當 app 裏面的任意屬性發生變化時,template 會從新渲染。當 template 是經過 comput
相關文章
相關標籤/搜索