ss
Some checks failed
GitHub Actions Mirror / mirror_to_gitee (push) Has been cancelled
GitHub Actions Mirror / mirror_to_gitlab (push) Has been cancelled
build / build (10.x) (push) Has been cancelled
build / build (12.x) (push) Has been cancelled

This commit is contained in:
2025-06-29 00:40:17 +08:00
commit bc67220ef1
489 changed files with 66822 additions and 0 deletions

10
babel.config.js Normal file
View File

@ -0,0 +1,10 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
env: {
development: {
plugins: ['dynamic-import-node']
}
}
}