This commit is contained in:
lnljyang
2026-01-07 09:45:25 +08:00
commit 717791a492
137 changed files with 118202 additions and 0 deletions

12
.babelrc Normal file
View File

@@ -0,0 +1,12 @@
{
"presets": [["es2015", { "modules": false }]],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}