dashboard
repositories
filestore
activity
search
login
甘晶君
/
CRM-gitblit
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改表单报错
gjj
2023-11-01
b3937071fd649f9ffb63636f2dae2e9ab11b7b81
[~ganjingjun/CRM-gitblit.git]
/
.babelrc
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime"]
}