仪表盘
版本库
文件存储
活动
搜索
登录
main
/
response
自然灾害web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
修改目录权限,修复转发附件删除bug
马宇豪
2023-09-06
bcbb4ac52e16679bc95543e00c5f5883e3da83ef
[response.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: {
}
})