-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Can i use vuejs safely in my project ? (need to support IE 7,8) #179
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
Comments
Sorry, Vue uses features that cannot be shimmed. The browser must support ES5 natively. |
kazupon
pushed a commit
to kazupon/vuejs.org
that referenced
this issue
Oct 1, 2017
* router移行ガイド翻訳 * router移行ガイド翻訳修正 * router移行ガイド翻訳修正
lex111
pushed a commit
to lex111/vuejs.org
that referenced
this issue
Feb 3, 2018
render-function.md добавлено упоминание .passive
isatrio
pushed a commit
to isatrio/vuejs.org
that referenced
this issue
Nov 11, 2019
This was referenced Feb 11, 2021
This was referenced Jan 29, 2022
This was referenced May 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I want to know can i use vuejs safely in my project which is need to support Internet Explorer 7, 8.
I know that vuejs just supports es5 , so I am also going to use es-shims/es5-shim (I think this will help).
I am also know that es5-shim is not support all features of es5, so i ask this issues. : )
The text was updated successfully, but these errors were encountered: