1
0
Evan You 8 жил өмнө
parent
commit
1d71704e69
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      test/unit/test.js

+ 1 - 1
test/unit/test.js

@@ -1,5 +1,5 @@
 import 'babel-polyfill'
-import Vue from 'vue'
+import Vue from 'vue/dist/vue.common.js'
 import Vuex, { mapState, mapMutations, mapGetters, mapActions } from '../../dist/vuex.js'
 
 Vue.use(Vuex)