first commit

This commit is contained in:
编码猿
2024-09-27 00:48:07 +08:00
commit 342c8c1b1b
95 changed files with 23969 additions and 0 deletions

9
babel.config.js Normal file
View File

@@ -0,0 +1,9 @@
/*
* Copyright (c) 2020. bmy
*/
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}