watch 监听器的特别模式 $watch

      created() {
        this.$watch("message", (newValue, oldValue) => {
          console.log("message数据变化:", newValue, oldValue)
        }, { deep: true })
      }

 

posted @ 2022-08-16 18:26  杨建鑫  阅读(13)  评论(0编辑  收藏  举报