Skip to content

Commit fe85a42

Browse files
committed
fix todomvc example
1 parent e026c04 commit fe85a42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/todomvc/vuex/store.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Vue from 'vue'
22
import Vuex from '../../../src'
3-
import mutations from './mutations'
43
import middlewares from './middlewares'
54

65
Vue.use(Vuex)

0 commit comments

Comments
 (0)