-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vue] 你知道vue2.0兼容IE哪个版本以上吗? #549
Comments
不支持ie8及以下,部分兼容ie9 ,完全兼容10以上 |
不兼容ie8及以下 |
补充一点,如果不适用webpack,即不用polyfill,用到的箭头函数也是一个兼容问题 |
@1018715564 纠正你一点,webpack是一个打包工具,vue和webpack本身没有任何关系。你所说的箭头函数,Set WeakSet Map WeakMap Promise 等ES6及以上语法只是被WebPack转码成可被浏览器直接识别的ES5或者其它规范。 |
babel,你说了这么多,我咋没听懂你要表述什么,老哥,哈哈 |
双向绑定的原理是基于Object,defineProperty的,ie8及以下不兼容这个api。另外还有一些特性至少在ie10才能用,我们已经弃用ie了,所以没继续总结 |
不支持ie8及以下,部分兼容ie9 ,完全兼容10以上 |
那老哥说的很多,webpack只是个打包工具,es6转译es5而已 |
[vue] 你知道vue2.0兼容IE哪个版本以上吗?
The text was updated successfully, but these errors were encountered: