This commit is contained in:
2025-02-20 15:04:05 +08:00
incheckning 1793865396
2243 ändrade filer med 357784 tillägg och 0 borttagningar
+10
Visa fil
@@ -0,0 +1,10 @@
module.exports = {
presets: [
['@vue/app',
{
'useBuiltIns': 'entry',
polyfills: ['es6.promise', 'es6.symbol']
}
]
]
}