-1👍
I found the solution for this. putting here if someone face the same issue.
Issue was, i have installed “vue-offline”: “^1.0.204” plugin, and that was creating issue in ie. this is not supporting in vue cli 3.0. you need to upgrade this plugin with the latest one to fix this.
with vue cli 3.0 it is not required to install any polyfil externally to support legacy browsers, vue cli is taking care of all this.
Thanks for your support.
- [Vuejs]-V-model with condition to the router
- [Vuejs]-Trying to set a dynamic url as backgroundImage in vuejs in v-for
Source:stackexchange.com