Closed royandri closed 4 years ago
How can i call any method on every step ?
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">
How can i call any method on every step ?