This commit is contained in:
wtq
2025-11-28 10:51:05 +08:00
commit 8b7a4c9556
17 changed files with 14211 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'
}
]
]
}