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

dispatch:含有異步操做,例如向後臺提交數據,寫法: this.$store.dispatch('mutations方法名',值)異步

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

相關文章
相關標籤/搜索