Actions are quite similar to mutations, but instead of mutating the state, Actions commit mutations . Actions can contain any arbitrary asynchronous code or business logic. Vuex recommends the state object should only be mutated inside the Mutation functions.