kun 19/9/24 20:10

This commit is contained in:
沈学坤
2019-09-24 20:10:04 +08:00
parent 1474d83d39
commit ccabe846fb
8 changed files with 639 additions and 64 deletions

View File

@@ -4,13 +4,7 @@ import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
},
mutations: {
},
actions: {
}
state: {},
mutations: {},
actions: {}
})