Can vue-tour close tour auto close after a duration?
ricky11 opened this issue · 2 comments
ricky11 commented
Would be nice if a v-step can auto close or auto step after a certain period of time.
HZooly commented
This is something you have to handle on your side, with a timeout (or something else) triggered by Vue Tour start or nextStep.
ricky11 commented
Thanks, yes using a timeout to call .stop()