This commit is contained in:
BOE\10867418
2022-11-18 14:48:51 +08:00
commit c0b10b9630
316 changed files with 117518 additions and 0 deletions

5
babel.config.js Normal file
View File

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