pulsardev/vue-tour

Can we start tour with new set of steps and is there a possiblity of it getting conflicted with previous steps

nyfer opened this issue · 1 comments

nyfer commented

this.$tours['myTour'].steps = initialSteps;

but later i would like to change the steps, then will the following work?

this.$tours['myTour'].steps = newSteps;

Help needed

nyfer commented

Solved this by having steps as computed property