使用vuex中的 mapmutations 辅助函数时怎么传递参数?

使用vuex中的 mapmutations 辅助函数时怎么传递参数


呼唤远方
浏览 735回答 1
1回答

芜湖不芜

 this.increment({ amount: 10 }) 或 this.add({ amount: 10 })用this.$store.commit('xxx',obj)时可以传递一个obj,那么用mapMutations()时怎么传递一个额外的参数。
打开App,查看更多内容
随时随地看视频慕课网APP