mapState import { mapState } from 'vuex' export default { // ... computed: mapState({ // count: state => state.count, // 'count' `state ...
確定! 回上一頁