前端 Vuex中四个map方法的使用 mapState mapGetters mapActions mapMutations 1. mapState 方法 用于帮助我们映射 state 中的数据为计算属性: c...