mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 09:50:22 +00:00
Merge pull request #171 from dsanders11/patch-1
Use type="button" for buttons on dialog
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user