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

1.computed:{

  computedAttr(){

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

  },

  watch:{

    computedAttr(){

      //do  something

    }

  }

}

posted @ 2019-11-26 11:22  Tutao1995  阅读(4966)  评论(0编辑  收藏  举报