mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-20 13:01:52 +00:00
Merge remote-tracking branch 'origin/master' into develop
* origin/master: Fix for issue #41 (md-button ignoring type prop)
This commit is contained in:
commit
f217a2b7c0
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