1.computed:{

  computedAttr(){

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

  },

  watch:{

    computedAttr(){

      //do  something

    }

  }

}

相关文章: