Browse Source

fix todomvc example

Evan You 9 năm trước cách đây
mục cha
commit
fe85a4262e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      examples/todomvc/vuex/store.js

+ 0 - 1
examples/todomvc/vuex/store.js

@@ -1,6 +1,5 @@
 import Vue from 'vue'
 import Vuex from '../../../src'
-import mutations from './mutations'
 import middlewares from './middlewares'
 
 Vue.use(Vuex)