通过辅助函数mapState, mapState返回值是一个对象 import { mapState } from 'vuex' //对象语法computed: mapState({ // 箭头函数count: state ...
確定! 回上一頁