vuex知識點記錄

state:  單一狀態樹,每一個應用將僅僅包含一個 store 實例。javascript getters: mutation: (同步操做) this.$store.commit('xxx') vue 在methods中使用mapMutations將組件中的 methods 映射爲 store.commit 調用。java actions:(異步操做) Action 函數接受一個與 store
相關文章
相關標籤/搜索