Vue2 and iview, reported invalid characters in ie11. Babel-polyfill has been used.

such as the question,

clipboard.png

clipboard.png

Mar.30,2021
Is there an invalid character for

. Take a screenshot of the code in the corresponding location and put it on
what can you see with just one picture?


webpack-dev-server does not support ie well
compiled pages are compatible with ie9+


won't the whole page come out?
are there any js files placed in the static directory?
I encountered a problem before that the page was blank under ie, and adding babel-polyfill, was still useless. Finally, I found that the js file in the static directory was not compiled by webpack


clipboard.png
. Just introduce this part on demand and remove it

.
Menu