tushargugnani / vue-step-wizard

A simple VueJS Step / Form Wizard plugin with Validation Support.
MIT License
118 stars 29 forks source link

Method Caller #2

Closed royandri closed 4 years ago

royandri commented 4 years ago

How can i call any method on every step ?

tushargugnani commented 4 years ago

I just added two events onNextStep and onPreviousStep, you can utilise these events on form-wizard component to invoke custom methods.

<form-wizard @onNextStep="nextStep" @onPreviousStep="previousStep">