import {mapActions} from 'vuex' ... methods: { ...mapActions([ 'act1', 'act2', 'act3' ]) } ...