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** If you don't provide a target to a step it will load the tour box in the middle of the screen. This is perfect for a "welcome...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
kindly add this line inside v-step in [documentation](https://github.com/pulsardev/vue-tour/wiki/Customizing-the-Template) ` :finish="tour.finish"` 
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
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())  
`this.targetElement.style` is only for _inline_ styles - which means VStep components would erroneously add a class (if you used highlighting) which overrides any position values regardless of whether they exist...
I use multiple instances of v-tour in my application at different locations such as; All are using the samecallback functions. It would be great if the callbacks gets some context...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
Hi! What is the current status on Vue 3 compatibility? I'd be happy to test out a branch if there is one in development. Thanks