diff --git a/docs/en/mutations.md b/docs/en/mutations.md index 28292b0b3..8e83ff2bb 100644 --- a/docs/en/mutations.md +++ b/docs/en/mutations.md @@ -130,7 +130,6 @@ import { SOME_MUTATION } from './mutation-types' const store = new Vuex.Store({ state: { ... }, - actions: { ... }, mutations: { // we can use the ES2015 computed property name feature // to use a constant as the function name