How do you go directly to step 2 or step 3 ?
ricky11 opened this issue · 3 comments
ricky11 commented
I could not find much information on the methods attached to this.$tours.xx
all I could find was .start (in the docs) and .finish() which was in the github issues.
- are there any others I can use?
- Are there any methods I can use to go directly to step n ?
Thanks
Rish
ricky11 commented
got it.. this.$tours['qsError'].start(n)
was this anywhere in the docs that I missed? if it was was a bit hard to find :)
HZooly commented
You are right, the feature to start at a specific step is not mentioned in the doc/wiki. We have to rework that one.
Thank you for sharing this!
ricky11 commented
Thank you for updating the docs.