mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-04 21:44:43 +00:00
Merge pull request #1 from pauloramires/pauloramires-patch-1
Fix for issue #41 (md-button ignoring type prop)
This commit is contained in:
commit
ca088116f5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
let options = {
|
||||
staticClass: 'md-button',
|
||||
attrs: {
|
||||
type: hasLink || 'button',
|
||||
type: this.type || 'button',
|
||||
disabled: isDisabled
|
||||
},
|
||||
directives: [{
|
||||
|
|
|
|||
Loading…
Reference in a new issue