recently the leader said that the front end is going to use the vue framework, but the first step is to solve the compatibility problem of vue in the IE8 environment.
I am a front-end rookie. After looking up some information on the Internet, I now know the following things
* the official explanation is:
because Vue.js uses ECMAScript 5 features that IE8 cannot simulate.
but I don"t know how to solve the compatibility problem.
ask the great god for advice on how to solve the compatibility problem of vue in the IE8 environment. Thank you very much
.