diff --git a/template/src/store/index.js b/template/src/store/index.js index 01be7207..ff0314b1 100644 --- a/template/src/store/index.js +++ b/template/src/store/index.js @@ -2,7 +2,7 @@ import Vue from 'vue' import Vuex from 'vuex' import * as getters from './getters' -import * as mutations from './mutations' +import mutations from './mutations' import * as actions from './actions' Vue.use(Vuex);