mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-02 15:34:04 +03:00
Merge pull request #62 from jordanmaslyn/patch-1
Add explicit button type to button component
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<button class="wizard-btn" tabindex="-1">
|
||||
<button class="wizard-btn" tabindex="-1" type="button">
|
||||
<slot></slot>
|
||||
</button>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user