错误:[vuex] unknown action type: user/userLogin(modules中的actions(namespaced:true))
直接使用: this.$store.dispatch('模块名/action名', 参数)methods: {...mapActions('模块名', ['xxx']),...mapActions('模块名',{'新名字': 'xxx'})}
·
直接使用: this.$store.dispatch('模块名/action名', 参数)
methods: {
...mapActions('模块名', ['xxx']),
...mapActions('模块名',{'新名字': 'xxx'})
}
更多推荐
已为社区贡献1条内容
所有评论(0)