Vuex 辅助函数使用规则

Vuex 辅助函数 应该放在 作用
mapGetters computed 将 getters 映射为计算属性
mapState computed 将 state 映射为计算属性
mapMutations methods 将 mutations 映射为方法
mapActions methods 将 actions 映射为方法
posted @ 2026-07-16 10:01  小肥123  阅读(6)  评论(0)    收藏  举报