仪表盘
版本库
文件存储
活动
搜索
登录
ZhiHuiQiCe
/
LongDeLiLiKu
龙得利纸质行业立库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
wangxinhui
2025-07-25
b91c166e2da452578c71423138a0291558b36344
[ZhiHuiQiCe/LongDeLiLiKu.git]
/
项目代码
/
BigScreen
/
.babelrc
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets": [["es2015", { "modules": false }]],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}