alex-oleshkevich / vue-introjs

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

Feature request: Make it possible to set options for an autostarted tour via a directive or directive parameter #2

Closed gabriel4649 closed 7 years ago

gabriel4649 commented 7 years ago

As I understand, if an tour is started using the autostarted option, there is no way to configure it. It would be great to be able to configure it via a directive or directive paramter. Ideally, the directive or directive parameter would take an object with options.

alex-oleshkevich commented 7 years ago

what exactly you want to configure?

gabriel4649 commented 7 years ago

I want to set the doneLabel and set introJs.oncomplete(providedCallback)to a callback that programatically changes the page using vue-rouoter. Basically I am doing a multi-page intro.

alex-oleshkevich commented 7 years ago

implemeted