摘要: vuex核心概念 State——this.$store.state.xxx——mapState 取值 Getter——this.$store.getters.xxx——mapGetters 取值 Mutation——this.$.store.commit("xxx")——mapMutations赋值 阅读全文