mapState ,mapGetters,mapMutations,mapActions其实就是重命名一样state => 基本数据getters => 从基本数据派生 ... 包裹mutations,使之可以异步。modules => 模块化Vuex.
確定! 回上一頁