第一次上传

This commit is contained in:
dt_2916866708
2024-01-11 09:33:24 +08:00
commit b59bab8e90
822 changed files with 105065 additions and 0 deletions

14
babel.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
presets: [
'@vue/app'
],
'plugins': [
[
'component',
{
'libraryName': 'umy-ui',
'styleLibraryName': 'theme-chalk'
}
]
]
}