提交 all-in-one H5 本地适配

This commit is contained in:
Chopper711
2026-06-10 22:19:17 +08:00
parent ab77ab7c2e
commit f0939430c9
12 changed files with 20554 additions and 51 deletions

7
babel.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
presets: ['@vue/cli-plugin-babel/preset'],
plugins: [
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-class-properties',
],
};