import {mapMutations} from 'vuex' ... methods: { ...mapMutations([ 'mut1', 'mut2', 'mut3' ]) } ...