Vue will report an error as long as it executes $router.push in IE11.

the vue project runs normally in chrome or edge and can be redirected normally.
if you execute this.$router.push in IE11, you will report Loading chunk 0 failed .


babel-polyfill has been added, but it"s still the same problem.

is there any good solution?

the version of vue is 2.5.2, and the version of VueMurrouter is 3.0.1

.
Apr.21,2021

should not be this.$router.push ()


how do you access your project?
localhost: ?


have you solved the problem

Menu