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