【vue】watch监听数组变化

watch: {
  list: {
    deep: true,//深度监听
    handler: function() {
      dosomething
    }
  }
},
posted @ 2019-04-07 23:26  雨雪粪痘凯文  阅读(7725)  评论(0编辑  收藏  举报