Vue project is empty in app in IE11 browser. How to solve it?

my display in Google is normal, but the display in the IE Flowmeter is not normal. I tried the babel-polyfill method mentioned on the Internet, but did not solve

1. This is the IE11 browser

clipboard.png

2,

clipboard.png
3,babel-polyfill,.?
clipboard.png

clipboard.png

clipboard.png


put babel-polyfill in dependencies to try


import 'babel-polyfill'; be sure to put it at the top


to see if there is any error returned by es6 console in other static or other places.


has the problem been solved? I have the same problem.


I have also encountered this problem. Find a solution

Menu