采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
如果 注册store实例 写的是 store: {xxStore:xxx}mapAction 里面应该怎么写直接 …mapActions({xxx:xxx}) apply 不对
new Vue({ el: "#app", router, components: { App }, store: { imServerStore: imServerStore }, template: "<App/>"})...mapActions({ 'setSortCurrentChatEnlistFun': 'setSortCurrentChatEnlistFun'}),这样用this.xxx 就是apply不对的❌
store: { imServerStore: imServerStore } 这个写法你是从哪里学的?
没懂你的 store: {xxStore:xxx} 是什么意思,state? 那么又和 action 有什么关系呢,建议你先仔细看一遍 vuex 的文档喔。
登录后可查看更多问答,登录/注册
Vue.js高级知识应用大集合,实战企业级APP,教你搞定组件化开发。
1.5k 32
2.0k 31
1.6k 26
1.5k 25
1.9k 24