mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-03 06:04:03 +03:00
013dee79f9
Without an explicit type, the button defaults to a submit button if found within a form which can be problematic. Adding type="button" avoids that issue.