-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have problems when get started using v-tour #231
Comments
I had the same issue, You have to replace this code:
to this one:
also view this link. |
Unfortunately, this is not working in my case :/ This is my main.js
This is my Home.vue file where the tour should be executed
I get the same error as @liyuglikz : And I cannot figure out the error. I hope that somebody may have a solution to this issue. |
Did you solve this? |
I created a new VUE page and copied the getting-started code, but when I visited the page, something went wrong.
(this.$tours['myTour'].start())
The text was updated successfully, but these errors were encountered: