alex-oleshkevich / vue-introjs

intro.js bindings for Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on IE 11

rosemalejohn opened this issue · comments

Vue introjs is not working correctly on IE 11. So it causes my site to display white screen. Is there any polyfills I need to add to make it work on IE/Safari?

image

@rosemalejohn I had the same problem, importing the plugin from 'vue-introjs/dist/index.min' solved my issue. When using the default import, the plugin is imported from the src folder, and idk why it won't be transpiled to ES5.
Maybe some changes to the plugins module structure could resolve this issue permanently.

I have solved the issue by using the minified file. I add an alias on my webpack configuration to load the vue-introjs min file on node modules dist folder.