We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be10931 commit d146485Copy full SHA for d146485
template/src/store/index.js
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
import Vuex from 'vuex'
3
4
import * as getters from './getters'
5
-import * as mutations from './mutations'
+import mutations from './mutations'
6
import * as actions from './actions'
7
8
Vue.use(Vuex);
0 commit comments