This commit is contained in:
wangjinlei
2023-05-18 09:48:25 +08:00
commit 7b30bde563
102 changed files with 49424 additions and 0 deletions

5
babel.config.js Normal file
View File

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