VUE CLI-3 Project not working on IE-11

后端 未结 2 680
野性不改
野性不改 2020-12-08 17:05

I have created an project in vuejs using vue-cli3. It working fine on chrome browser but in IE-11 version blank screen is shown with the following error in console as mentio

2条回答
  •  不思量自难忘°
    2020-12-08 17:44

    Another solution: use the power of vue-cli-3 to leverage browser support: https://cli.vuejs.org/guide/browser-compatibility.html#modern-mode

    Just one option when building and you're done once you've chosen browserslist to support :-)

    This should work well for building an app.

提交回复
热议问题