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

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

**Description** I am currently working on implementing a product tour using vue-tour. Basically the user starts on one page and navigates across multiple pages to complete a task. The problem...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

**Migrating the project from nuxt 2 to nuxt 3** I am currently using the vue-tour plugin to render tour in my nuxt 2 application. Able to start the tour using...

![image](https://github.com/pulsardev/vue-tour/assets/38237808/6879b8aa-fd76-47c1-907d-94e7b899edc6) i had provided id as v-step-2 for Choose from our AI Suggestions but it is not positioned at that place but when I'm drag screen window little bit it...

If I add the import of the vue-tour.css after the import VueTour from 'vue-tour' I get a compilation error using: ``` "node_modules/vue": "version": "2.7.14", "node_modules/vue-tour": "version": "2.0.0", npm: '9.5.0', node:...