欢迎访问 生活随笔!

凯发k8官方网

当前位置: 凯发k8官方网 > 前端技术 > vue >内容正文

vue

vuex——使用namespace的store使用mapstate获取state为undefined -凯发k8官方网

发布时间:2024/10/5 vue 25 豆豆
凯发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的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得凯发k8官方网网站内容还不错,欢迎将凯发k8官方网推荐给好友。

  • 上一篇:
  • 下一篇:
网站地图