This commit is contained in:
2020-09-24 10:26:22 +08:00
commit da2254c18e
17 changed files with 9242 additions and 0 deletions

12
src/store/index.ts Normal file
View File

@@ -0,0 +1,12 @@
import { createStore } from 'vuex'
export default createStore({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})