vuex状态管理 ---store
摘要:
export default new Vue.Store({ state: { count:0, }, mutations: { }, actions: { }, modules:{ } })import {mapStates,mapMutations,mapActions} from 'vuex' 阅读全文
posted @ 2020-03-15 20:29
Alex_TD
阅读(99)
评论(0)
推荐(0)
浙公网安备 33010602011771号