2
0
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:
Cristi Jora
2017-11-08 13:05:18 +02:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<button class="wizard-btn" tabindex="-1">
<button class="wizard-btn" tabindex="-1" type="button">
<slot></slot>
</button>
</template>