vue this.$store.dispatch("updateCartCount", 1)

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

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

相关文章
相关标签/搜索