猿问
使用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))}
0
0
0
随时随地看视频
慕课网APP
相关分类
vuex
请问vuex如何设置保存数据时间?
1 回答
我要回答