初始化

This commit is contained in:
2026-03-27 15:02:54 +08:00
commit ffb4deefb9
25 changed files with 13214 additions and 0 deletions

5
babel.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}