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.
2 parents be10931 + d146485 commit 4e373efCopy full SHA for 4e373ef
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