Use type="button" for buttons on dialog

This commit is contained in:
David Sanders
2018-02-10 07:51:33 -07:00
parent effb832285
commit 6350c6ba5c

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"