<view class="user_name">{{$store.state.userName}}</view>
在tempalte里面直接获取不到吗?
在js里面 使用this.$store.state.userName 就能获取到啊。
Doray
- 发布:2019-11-27 11:43
- 更新:2019-11-27 11:51
- 阅读:3740
computed: {
// 使用对象展开运算符将 getters 混入 computed 对象中
...mapGetters([
'countDouble',
'CountDoubleAndDouble',
//..
])
Doray (作者)
多谢!!!
2019-11-27 11:56