A suggestion. Just to make it "synchronized" to the remaining of the guide, where we learn "mutations" before "actions".
@@ -25,8 +25,8 @@ import Vuex from 'vuex'
const store = new Vuex.Store({
state: { ... },
- actions: { ... },
mutations: { ... },
+ actions: { ... },
getters: { ... }
})
```