mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-06-21 06:10:33 +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>
|
<template>
|
||||||
<button class="wizard-btn" tabindex="-1">
|
<button class="wizard-btn" tabindex="-1" type="button">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user