仪表盘
版本库
文件存储
活动
搜索
登录
main
/
response
自然灾害web端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
xiugai
马宇豪
2024-07-08
8871c565ebe62fd2c26fc882e92acd5fdbc17d18
[response.git]
/
babel.config.js
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
['import', {
'libraryName': 'ant-design-vue',
'libraryDirectory': 'es',
'style': 'css'
}]
]
}