watch:{
'$store.state.myBusinessSituation.summaryMonth':{
deep:true, //深度监听设置为 true
handler:function(newV,oldV){
console.log('watch中:',newV)
}
}
},
watch:{
'$store.state.myBusinessSituation.summaryMonth':{
deep:true, //深度监听设置为 true
handler:function(newV,oldV){
console.log('watch中:',newV)
}
}
},
本文标题:watch,vuex中数据变化
本文链接:https://www.haomeiwen.com/subject/akhdgktx.html
网友评论