logo头像

孙宇

Vuex

1.mapState 获取state值 定义方式 import {mapState} from ‘vuex’ 使用方式 对象 123computed: mapState({ count: state=>state...