仪表盘
版本库
文件存储
活动
搜索
登录
main
/
response
自然灾害web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
登录key
zhouwx
2024-06-07
a309b65e80f3f21b5ab7c182acb9764f47c677f1
[response.git]
/
src
/
store
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {},
mutations: {},
actions: {
},
modules: {
}
})