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.
Last question about compatibility: Feb 4, 2021 Last commit: Apr 22, 2021 Wrote mail: Dec 01, 2022 - No response _I guess this repo is dead (locked to vue 2)_...
I'm trying to do the integration with: ``` export default defineConfig({ plugins: [ vue(), VitePWA({ registerType: 'autoUpdate', devOptions: { enabled: true, }, includeAssets: ['favicon.ico', 'apple-touch-icon.png', 'masked-icon.svg'], }), Components({ // generate...
Does the targeting of a data elements or selector work across iframe boundaries for same domain iframe?
I have a five-step tour on a given page where step 3's target might not exist given the underlying data being displayed. Unfortunately, when this occurs, the tour stops and...
Is there a way to install locally rather than globally? I really treat bundle size of application. And it would be great if there a way to register locally in...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5), [@vue/cli-plugin-unit-jest](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-unit-jest) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 Release notes Sourced from...
I have nested component structure. Integrated the vue tours in the parent component and i have added steps there but i am unable to point to elements inside the child...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
**Describe the bug** Running a Vue Test Utils unit test with the VueTour package included produces a memory leak. When logging heap usage or detecting memory leaks in Jest, the...