@@ -214,7 +214,7 @@ import { mapGetters } from 'vuex';
...
@@ -214,7 +214,7 @@ import { mapGetters } from 'vuex';
};
};
```
```
### `mutations_types.js`
### `mutation_types.js`
From [vuex mutations docs][vuex-mutations]:
From [vuex mutations docs][vuex-mutations]:
> It is a commonly seen pattern to use constants for mutation types in various Flux implementations. This allows the code to take advantage of tooling like linters, and putting all constants in a single file allows your collaborators to get an at-a-glance view of what mutations are possible in the entire application.
> It is a commonly seen pattern to use constants for mutation types in various Flux implementations. This allows the code to take advantage of tooling like linters, and putting all constants in a single file allows your collaborators to get an at-a-glance view of what mutations are possible in the entire application.