BinarCode / vue-form-wizard

Vue.js 2 wizard
https://binarcode.github.io/vue-form-wizard/#/
MIT License
1.11k stars 244 forks source link

With vue-form-wizard define if capture is clicked? #312

Open PetroGromovo opened 5 years ago

PetroGromovo commented 5 years ago

Hello! In my Laravel 5/vuejs 2.6 I use vue-form-wizard and on the last tab I added captura component from DanSnow/vue-recaptcha. With DanSnow/vue-recaptcha I managed to set to my var is_recaptcha_verified if recaptcha is checked. What I search is how to set finish-button-text button enabled/disabled depending on my is_recaptcha_verified var ?

If enabled/disabled of finish-button-text button is not supported, how in some other way to finish from finishing the wizard ? I tried to use method

  @on-validate="handleValidation"

but failed.

Which is valid way? Please example.