dashboard
repositories
filestore
activity
search
login
Can not load repository base.git
admin
/
xinbi
forked from
xinbi
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
USDC充值多国语言
dcc
2024-05-16
953c722d11f94500197225d0458ecd89ffba6524
[~admin/xinbi.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: 'vant',
libraryDirectory: 'es',
style: true
}, 'vant']
]
}