Skip to content

Commit 4e373ef

Browse files
authored
Merge pull request #5 from Veligura/master
fix mutations import
2 parents be10931 + d146485 commit 4e373ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/store/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Vue from 'vue'
22
import Vuex from 'vuex'
33

44
import * as getters from './getters'
5-
import * as mutations from './mutations'
5+
import mutations from './mutations'
66
import * as actions from './actions'
77

88
Vue.use(Vuex);

0 commit comments

Comments
 (0)