Vue進階(二十四):vue store存儲commit 和dispatch

this.$store.dispatch('toShowLoginDialog',false) this.$store.commit('toShowLoginDialog', true); 主要區別是:vue dispatch:含有異步操做,例如向後臺提交數據,寫法: this.$store.dispatch('action方法名',值) commit:同步操做,寫法:this.$store.co
相關文章
相關標籤/搜索