I want to make the button disabled during the form filling when all the inputs are filled the button will be enabled using vuejs and on laravel framework
I tried achive that by simply making the button disabled in the
<button type="submit" class="btn btn-info" disabled>Next</button>
but i didn't know how to do it in vuejs