This commit is contained in:
quantulr
2024-06-19 18:49:30 +08:00
commit 106701f24d
14 changed files with 8279 additions and 0 deletions

5
babel.config.js Normal file
View File

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