feat:白屏问题

This commit is contained in:
LHY\18810
2025-03-18 19:51:41 +08:00
parent 5371f41a2f
commit 33aadb2121
7 changed files with 70 additions and 24 deletions

16
babel.config.js Normal file
View File

@@ -0,0 +1,16 @@
module.exports = {
presets: [
[
'@vue/cli-plugin-babel/preset',
{
useBuiltIns: 'usage',
corejs: 3,
targets: {
chrome: '49',
ios: '10',
android: '4.4'
}
}
]
]
};