Skip to content

Commit

Permalink
fix "There are multiple modules with names that only differ in casing"
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-WF committed May 8, 2017
1 parent 3301210 commit 0698fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/store.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* Created by Z on 2017/4/29.
*/
import Vue from 'Vue'
import Vuex from 'Vuex'
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
Expand Down

0 comments on commit 0698fe6

Please sign in to comment.