使用Vuex中的 mapMutations 辅助函数时怎么传递参数

使用Vuex中的 mapMutations 辅助函数时怎么传递参数


慕勒3428872
浏览 797回答 1
1回答

守着星空守着你

this.increment({ amount: 10 }) 或 this.add({ amount: 10 })以例子中method的increment方法为例:increment(...args){return this.$store.dispatch.apply(this.$store,['incrememt'].concat(args))}
打开App,查看更多内容
随时随地看视频慕课网APP