2
0
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:
Cristi Jora
2017-11-08 13:05:18 +02:00
committed by GitHub
+1 -1
View File
@@ -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>