default 'type' value is now 'button'

This commit is contained in:
Guillaume Rouxel 2016-10-25 11:48:22 +02:00
parent 25d7d6aea3
commit 2c171450af

View file

@ -25,7 +25,10 @@
value: Boolean,
id: String,
disabled: Boolean,
type: String
type: {
type: String,
default: 'button'
}
},
data() {
return {