dashboard
repositories
filestore
activity
search
login
main
/
response
自然灾害web端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
村级响应措施对接
马宇豪
2023-08-02
835cdf38456715c8444f71528954980acc7481ec
[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'
}]
]
}