vue 2.0 。 一直报错。
computed:{
theme(){
return this.$store.state.theme;
}
}
最后发现是 Vuex 版本问题,原来是 "vuex": "^4.0.2",
换个版本,重新安装 解决。 npm install vuex@3.6.2 --save
vue 2.0 。 一直报错。
computed:{
theme(){
return this.$store.state.theme;
}
}
最后发现是 Vuex 版本问题,原来是 "vuex": "^4.0.2",
换个版本,重新安装 解决。 npm install vuex@3.6.2 --save