美文网首页
vuex 中dispatch 和 commit 的用法和区别

vuex 中dispatch 和 commit 的用法和区别

作者: 郭海杰 | 来源:发表于2019-11-17 16:59 被阅读0次

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

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

    相关文章

      网友评论

          本文标题:vuex 中dispatch 和 commit 的用法和区别

          本文链接:https://www.haomeiwen.com/subject/ojnpictx.html