mapGetters 辅助函数仅仅是将store 中的getter 映射到局部计算属性:. import { mapGetters } from 'vuex' export default { // ... computed: { // 使用对象展开运算 ...
確定! 回上一頁