vue监听store中对象数据的变化
watch: {
'$store.state.cartList': {
deep: true,
handler(newVal,oldVal) {
console.log(newVal,oldVal)
}
}
}
A little hug, little gift.
All of little something.
these are our meories.
watch: {
'$store.state.cartList': {
deep: true,
handler(newVal,oldVal) {
console.log(newVal,oldVal)
}
}
}