初始化项目

This commit is contained in:
liaozetao
2023-11-09 10:23:48 +08:00
parent a0cc10e7e3
commit 4de97fa88d
407 changed files with 157371 additions and 0 deletions

5
babel.config.js Normal file
View File

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