1
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2026-03-10 10:01:40 +08:00
commit e94484fb5b
38 changed files with 14316 additions and 0 deletions

7
babel.config.js Normal file
View File

@ -0,0 +1,7 @@
/**
* @author https://github.com/zxwk1998/vue-admin-better 不想保留author可删除
* @description babel.config
*/
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
}