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

I redacted [this issue in stackoverflow](https://stackoverflow.com/questions/53657528/vuejs-module-build-failed-error-couldnt-find-preset-vue-app-relative-to-di), i have a problem with my project .babelrc es2015 transpilation, if i import the vue-tour as is, i get this erro message: ``` error...

help wanted

Please add cdn link for `vue-tour` in the docs. This might help people to use it in codepen and many online editors. https://cdnjs.com/libraries/vue-tour

When I compile my app via Webpack, the `vue-tour.umd.js` file is 204KB, which is far from lightweight. Do you know if there is any way to reduce this bundle size...

help wanted

**Describe the bug** When importing Vue Tour 1.5.0, the automatic Vue polyfill for Promise function "**finally**" stops working. This can be seen in browsers not natively supporting finally, such as...

help wanted

Ability to pass a single file component. ----------------- ### Usage ``` steps: [ { component: { vue: VButton, content: `Hello World`, data: { type: "success" }, listeners: { click: ()...

Is there a way to correctly add an offset for a scroll between steps? I've tried adding offset manually to steps like this: `{ target: '.v-step-1', content: 'Hi World' offset:...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi! I'm adding this PR, here's the explanation why: First change in Vstep.vue: In our use case, we needed to have a new property when we rendered a component recursively....

I have a problem with using vue-tour plugin with quasar framework and I can not find a solution to my problem for now. Let me explain it in more details....