vue computed 深度监听data为对象的数据

1.computed:{

  computedAttr(){

    return this.obj.xxxx//监听的属性

  },

  watch:{

    computedAttr(){

      //do  something

    }

  }

}

猜你喜欢

转载自www.cnblogs.com/tutao1995/p/11934280.html
今日推荐