dashboard
repositories
filestore
activity
search
login
main
/
response
自然灾害web端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改“我发布的”,为本级发出
鲁班七号
2023-07-20
cc7f03bcbb427ce334f6935311d22f36a61c21fd
[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'
}]
]
}