nyfer opened this issue 4 years ago · 1 comments
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
Solved this by having steps as computed property