alex-oleshkevich / vue-introjs

intro.js bindings for Vue.
MIT License
301 stars 53 forks source link

ie9 support #32

Closed fukai7722 closed 4 years ago

fukai7722 commented 6 years ago

intro.js

if (el.dataset) { el.dataset.intro = binding.value; }else{ el.setAttribute("data-intro", binding.value); }