vuex中的dispatch和commit

dispatch:含有异步操作,eg:向后台提交数据,写法: this.$store.dispatch('mutations方法名',值)

commit:同步操作,写法:this.$store.commit('mutations方法名',值)

 

posted @ 2018-08-13 15:04  刘丑丑鱼香肉丝  阅读(824)  评论(0编辑  收藏  举报