Merge pull request #171 from dsanders11/patch-1

Use type="button" for buttons on dialog
This commit is contained in:
Yev Vlasenko
2018-02-10 16:55:28 +00:00
committed by GitHub

View File

@@ -27,6 +27,7 @@
<button
v-for="(button, i) in buttons"
:class="button.class || 'vue-dialog-button'"
type="button"
:style="buttonStyle"
:key="i"
v-html="button.title"