mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-19 12:41:07 +00:00
default 'type' value is now 'button'
This commit is contained in:
parent
25d7d6aea3
commit
2c171450af
1 changed files with 4 additions and 1 deletions
|
|
@ -25,7 +25,10 @@
|
|||
value: Boolean,
|
||||
id: String,
|
||||
disabled: Boolean,
|
||||
type: String
|
||||
type: {
|
||||
type: String,
|
||||
default: 'button'
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue