会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
盐孩儿
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
公告
2021年4月13日
vue监听对象里的某个属性
摘要: 1、vue中提供了在watch监听时设置deep:true 就可以实现对对象的深度监听 watch:{ obj:{ //监听的对象 deep:true, //深度监听设置为 true handler:function(newV,oldV){ console.log('watch中:',newV) }
阅读全文
posted @ 2021-04-13 09:16 盐孩儿
阅读(2514)
评论(0)
推荐(0)
编辑