Skip to content

Commit

Permalink
fix(button): add disabled prop declaration for binding
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetansenn committed Jun 24, 2022
1 parent d1ef409 commit 7e05cc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/components/elements/Button.props.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ export default {
block: {
type: Boolean,
default: false
},

/** Disabled button */
disabled: {
type: Boolean,
default: false
}
}

0 comments on commit 7e05cc1

Please sign in to comment.