dashboard
repositories
filestore
activity
search
login
main
/
response
自然灾害web端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改通讯录显示
马宇豪
2024-06-05
aa7e52de08a8905fd58cb9884d30a43fc1cd2f80
[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'
}]
]
}