vue监听store中对象数据的变化

watch: {
  '$store.state.cartList': {
    deep: true,
    handler(newVal,oldVal) {
      console.log(newVal,oldVal)
    }
  }
}

posted @ 2022-03-24 23:51  柯宝宝智商感人  阅读(1255)  评论(0编辑  收藏  举报