// // // // // // // // // // // import { mapGetters } from 'vuex' export default { computed: mapGetters({ min: 'getMinutes', sec: 'getSeconds' }) }