mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(button): corrected attribute for disabled.
This commit is contained in:
@@ -232,7 +232,7 @@ export class Button {
|
||||
console.log(this.disabled);
|
||||
|
||||
return h(this,
|
||||
h('div', {
|
||||
h('button', {
|
||||
class: buttonClasses,
|
||||
props: {
|
||||
disabled: this.disabled
|
||||
|
||||
Reference in New Issue
Block a user