bahadirsofuoglu / form-wizard-vue3

A form wizard/stepper component made with Vue
https://bahadirsofuoglu.github.io/form-wizard-vue3/
MIT License
30 stars 6 forks source link

Next step #14

Closed paulohfsantos closed 2 years ago

paulohfsantos commented 2 years ago

Hello!

Is there any event for next and back buttons?

bahadirsofuoglu commented 2 years ago

Hi, You can use change emit. Change emit returns to you currentIndex and oldIndex parameters.