pulsardev/vue-tour

Conditionally Stop

invitejapandev opened this issue · 1 comments

is there a way to prevent onFinish and onStop conditionally? I am not sure how to do it on my custom callback method. Would appreciate any help regarding it.

putting this to my custom function does the job.
this.$tours["myTour"].steps[currentStep].finished = false;