dashboard
repositories
filestore
activity
search
login
hbwri
/
zhskpt
武汉-智慧水库平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初始化
shuishen
2023-04-06
c44575fd818b9429b2576a25f35e20d89ffa0055
[hbwri/zhskpt.git]
/
src
/
store
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})