vue-tour icon indicating copy to clipboard operation
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.

Results 76 vue-tour issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Can the overall size of the package be reduced? Same as like in https://www.npmjs.com/package/v-onboarding **Expected behavior** Reduced overall size of the package

enhancement
help wanted

**Describe the bug** I wanted to use **before()** method to make an actual change in my UI (show a modal), but I cannot reach my modals, eventBus or anything in...

I am having an issue where when the language is changed (using vue-i18n) whilst the tour is in progress, the popup box resizes but keeps its current position and the...

This is not a bug. This function will improve vue-tour behavior when the tag element is not founded. I use next/prev override function like below. How do you think it...

When open a tooltip for touring, then need blur background without tooltip and the highlighted area.

Element groups can now be targeted using class selectors. ``` /** * Given a target class selector, wrap the elements identified by the selector, and * insert the wrapped elements...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Thank you for the nice package. Could you please advise me on what is the best way to get instance of popper.js for further tooltip’s position recomputation?

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Without 'block: "center' in the scrollIntoView method it will default to scrolling the page until the element is at the very top of the page, for most users they will...