init
This commit is contained in:
commit
207aa3a081
38 changed files with 9767 additions and 0 deletions
15
src/store/index.ts
Normal file
15
src/store/index.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
|
||||
Vue.use(Vuex)
|
||||
|
||||
export default new Vuex.Store({
|
||||
state: {
|
||||
},
|
||||
mutations: {
|
||||
},
|
||||
actions: {
|
||||
},
|
||||
modules: {
|
||||
}
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue