mapGetters 工具函数会将store 中的getter 映射到局部计算属性中。 ... import { mapGetters } from 'vuex' export default { // ... computed: ...
確定! 回上一頁