vuex——使用namespace的store使用mapstate获取state为undefined -凯发k8官方网
凯发k8官方网
收集整理的这篇文章主要介绍了
vuex——使用namespace的store使用mapstate获取state为undefined
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
使用namespace的store使用mapstate获取state为undefined
1....mapstate中基于属性的访问
...mapstate({searchinput: state => state.yourmodulename.searchinput,})2.在vuex模块中使用namespace
.......... modules: { yourmodulename: {namespaced: true, ........./* using the namespace in mapstate */ ...mapstate('yourmodulename',['searchinput', ])or
computed: mapstate('modulename',['state'])
vuex map state undefined state
vuex 使用...mapstate获取到undefined
为什么$store.state里的数据通过mapstate后是undefined?
与50位技术专家面对面20年技术见证,附赠技术全景图总结
以上是凯发k8官方网为你收集整理的vuex——使用namespace的store使用mapstate获取state为undefined的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇:
- 下一篇: