vue监听vuex的store值的变化
直接上代码computed: {getStoreItem () {return this.$store.state.test}},watch: {getStoreItem () {console.log(this.$store.state.test,'asfas fas fas')...
·
直接上代码
computed: {
getStoreItem () {
return this.$store.state.test
}
},
watch: {
getStoreItem () {
console.log(this.$store.state.test,'asfas fas fas')
}
},
面试能积累很多东西包括有用的和没用的~~~
更多推荐
已为社区贡献28条内容
所有评论(0)