Vue父組件向子組件傳遞動態的值,子組件實時更新

一、普通watch   數組 data() { return { frontPoints: 0 } }, watch: { frontPoints(newValue, oldValue) { console.log(newValue) } } 二、數組的watchthis data() { return {
相關文章
相關標籤/搜索