初始化提交

This commit is contained in:
USER-20221017CE\Administrator
2022-11-01 12:09:54 +08:00
commit 555d9ca796
216 changed files with 72978 additions and 0 deletions

14
babel.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
"presets": [
'@vue/cli-plugin-babel/preset'
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}