Fix for issue #41 (md-button ignoring type prop)

This commit is contained in:
Paulo dos Santos 2016-11-02 21:30:15 -02:00 committed by GitHub
parent b5bdea0165
commit 3babdb8da4

View file

@ -14,7 +14,7 @@
let options = {
staticClass: 'md-button',
attrs: {
type: hasLink || 'button',
type: this.type || 'button',
disabled: isDisabled
},
directives: [{