vue-good-wizard icon indicating copy to clipboard operation
vue-good-wizard copied to clipboard

An easy and clean VueJS 2.x wizard plugin

Results 22 vue-good-wizard issues
Sort by recently updated
recently updated
newest added

Is it going to be a Vue 3 version? thank you

if wizard in bootstrap modal first render on vgw-mobile class i think this function calculte on wizard-body inline div and bootstrap modal has < 620 pixel maybe we need good...

I am using https://github.com/yudax42/vue-upload-drop-images package. after upload image goto next step .then go back and the uploaded image is gone. so how can i fix this. Thnx in advanced

I am using VGW 1.4.1 and maybe this is intended, but the `nextDisabled` property doesn't actually stop the button from being pressed. To reproduce here is a minimal example ```...

When i run production in laravel mix . the uncaught error goes straight to vue-good-wizard.js line 13 ![image](https://user-images.githubusercontent.com/20995639/81760386-a1c48580-94f9-11ea-9f56-35929685ae56.png) ![image](https://user-images.githubusercontent.com/20995639/81760420-b99c0980-94f9-11ea-959e-c2154a891c09.png)

ReferenceError: VueGoodWizard is not defined - Fixed

Events like onNext onBack are NOT fired.

Adding a CDN Example

I would like to pass a callback any of the forward/backward methods like goTo, goNext, nextClicked, or backClicked so that I can add additional functionality once those methods complete. Is...

When I compile the component I receive the following error: TypeError: [] is not a function "@rails/webpacker": "^3.5.3" I've removed all other code and logics and just follow the demo...