fix: add promise.withResolvers supports

This commit is contained in:
wzp 2024-12-10 11:49:37 +08:00
parent 1a34482c59
commit c989f5f136

View File

@ -14,6 +14,7 @@ export default defineConfig({
plugins: [
legacy({
targets: ['defaults'],
polyfills: ["es.promise.with-resolvers"]
}),
vue(),
vueJsx(),