2021年4月13日
摘要: 1、vue中提供了在watch监听时设置deep:true 就可以实现对对象的深度监听 watch:{ obj:{ //监听的对象 deep:true, //深度监听设置为 true handler:function(newV,oldV){ console.log('watch中:',newV) } 阅读全文
posted @ 2021-04-13 09:16 盐孩儿 阅读(2502) 评论(0) 推荐(0) 编辑