Skip to content

Commit

Permalink
fix(Tab): TabItem no 'disabled' prop in API document
Browse files Browse the repository at this point in the history
  • Loading branch information
Guan Pu authored and tao1991123 committed Dec 21, 2018
1 parent fb20367 commit 43a4fd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tab/tabs/tab-item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ class TabItem extends React.Component {
* 单个选项卡是否可关闭
*/
closeable: PropTypes.bool,
/**
* 选项卡是否被禁用
*/
disabled: PropTypes.bool,
active: PropTypes.bool,
lazyLoad: PropTypes.bool,
unmountInactiveTabs: PropTypes.bool,
Expand Down

0 comments on commit 43a4fd1

Please sign in to comment.