Skip to content

Commit 1a9b48a

Browse files
authored
Merge pull request #1 from Peter-WF/master
There are multiple modules with names that only differ in casing
2 parents 3301210 + 0698fe6 commit 1a9b48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/store/store.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Created by Z on 2017/4/29.
33
*/
4-
import Vue from 'Vue'
5-
import Vuex from 'Vuex'
4+
import Vue from 'vue'
5+
import Vuex from 'vuex'
66
Vue.use(Vuex)
77
export default new Vuex.Store({
88
state: {

0 commit comments

Comments
 (0)