Young87

SmartCat's Blog

So happy to code my life!

游戏开发交流QQ群号60398951

当前位置:首页 >跨站数据

vue watch首次不触发的解决方案

添加:immediate为true即可

如:

Obj:{
  handler:function(newVal, oldVal) {
    this.xxx= newVal.xxx
  },
  immediate: true,
}

 

除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog

上一篇: 在Deepin 15.11系统中遇到微信版本过低不能登录的解决方法

下一篇: 如果让你手写个栈和队列,你还会写吗?

精华推荐