dashboard
repositories
filestore
activity
search
login
main
/
moral_fronted
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix: 空气质量日报表显示
quanyawei
2024-03-28
2c6d91d758241e1f97fe2790d92b754ea2cc860c
[moral_fronted.git]
/
babel.config.js
1
2
3
4
5
6
module.exports = {
plugins: ['@babel/plugin-proposal-optional-chaining'],
presets: [
'@vue/app'
]
}