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