taskData: {
handler(v) { // watch 方法其实默认写的就是这个handler
console.log(v);
},
immediate: true, // 那我们想要一开始就让他最初绑定的时候就执行
deep: true // deep,默认值是 false,代表是否深度监听
}
标签:执行 watch class log pos csdn pre box 深度
https://blog.csdn.net/qq_36688143/article/details/81287535
taskData: {
handler(v) { // watch 方法其实默认写的就是这个handler
console.log(v);
},
immediate: true, // 那我们想要一开始就让他最初绑定的时候就执行
deep: true // deep,默认值是 false,代表是否深度监听
}
标签:执行 watch class log pos csdn pre box 深度
原文地址:https://www.cnblogs.com/webSong/p/9888515.html