vue 组件 怎么监听 getters过来的数据
watch:{ "this.$store.state.someProperty":function(newValue){ // do something } }
2.1m questions
2.1m answers
60 comments
57.0k users