vue-form-wizard
vue-form-wizard copied to clipboard
With vue-form-wizard define if capture is clicked?
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.