Login
Remember
Register
Ask a Question
What is the browser support of VueJS?
0
votes
asked
Sep 7, 2023
by
AdilsonLima
What is the browser support of VueJS?
vuejs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 7, 2023
by
AdilsonLima
It supports all ECMAScript5 complaint browsers as mentioned in this
url
. VueJS doesn't support IE8 browser and below, because it uses ECMAScript 5 features that are un-shimmable(require support from the underlying JS engine) in IE8.
...