Example 1: vuex mapgetters import { mapGetters } from 'vuex' export default { // ... computed: { // mix the getters into computed with object spread ...
確定! 回上一頁