老师,我的 问题是关于Vue中的dispatch方法。
来源:2-22 状态管理vuex
慕斯0469344
2019-10-16 21:50:22
this.$store.dispatch('inc',100000);老师,这句代码是什么意思呢?dispatch您能详细解说下吗?
1回答
一路电光带火花
2019-10-17
dispatch是用来修改actions中的数据的。store这个有个文章写的挺详细的,你看下
http://www.ptbird.cn/vuex-use-some-env.html
相似问题