I am using vue cdn of https://cdnjs.com/libraries/vue, They provide vue version that only support most newest version of browser.Please configure babel compile options to support legacy browser #8789
Replies: 2 comments 1 reply
-
Legacy browsers don't support Proxy so you won't be able to use Vue 3 even if there's no let/const/arrow fn |
Beta Was this translation helpful? Give feedback.
1 reply
-
There’s no guarantee that Vue can work with the polyfill. We are not going to transpile the distributed file to support legacy browsers that do not support arrow functions. If the proxy polyfill works for your case, we recommend you to transpile and publish your own fork. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://cdnjs.cloudflare.com/ajax/libs/vue/3.3.4/vue.global.prod.min.js
This file contains let const ()=>{}, Most legacy browser does not support these syntax.
Beta Was this translation helpful? Give feedback.
All reactions