vue-tour
vue-tour copied to clipboard
Vue Tour is a lightweight, simple and customizable guided tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.
**Describe the bug** When there is more than a component inside of a `v-navigation-drawer` on the second component de drawer closes
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Before step is described here: https://github.com/pulsardev/vue-tour/wiki/Features Please add the same functionality but for an after() step function. A callback for that specific step. There are some cases where I would...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Please allow target to be a string or an array of strings. If array of strings is passed please iterate over those attempting to target each one in order till...
Throws an error to console when the target element is not found. When there is no target element on the page, the popper appears, then when I click forward button,...
You need to adjust the position of the arrows when RTL mode is on. ``` html[dir=rtl] { .v-step[data-popper-placement^=left] > .v-step__arrow { right: -10px; } .v-step[data-popper-placement^=right] > .v-step__arrow { left: 0px;...
Hello. An element with **v-step** class must be placed last in **body** tag. Then it will always be above all other elements, regardless of nesting level. In this case the...
Hi! I think it's not well enough when i try to change the popover color. I found this [issue](https://github.com/pulsardev/vue-tour/issues/137#issuecomment-648458478) and make some improvements. Now, you can change the main color...
I use `` construction in the vue-tour. I want to add progress bar or stepper to the vue-tour template, but I don't know how to do it. `console.log(this.$tours["myTour"])` show me...