dashboard
repositories
filestore
activity
search
login
甘晶君
/
jiaotongdaxue
北京交通大学驾驶舱
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: 修复el-scrollbar滑动问题
Gary Gu
4 days ago
4f759039c251fea61591a9bf7836d2c8b8993c0a
[~ganjingjun/jiaotongdaxue.git]
/
jsconfig.json
1
2
3
4
5
6
7
8
9
10
11
{
"vueCompilerOptions": {
"target": 2.7
},
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}