Skip to content

Commit

Permalink
fix(docs): fix tabs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaMaid committed Aug 17, 2018
1 parent 22702a8 commit a16ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/Tabs/demo/tabsCustom.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#### 卡片式页签
另一种样式的页签,不提供对应的垂直样式。
卡片式的页签
2 changes: 1 addition & 1 deletion docs/pages/Tabs/demo/tabsDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {Option} = Select;
export default class App extends React.Component {
postion = ['top', 'left', 'bottom', 'right'];
size = ['default', 'small', 'large'];
type = ['line', 'card', 'editable-card'];
type = ['line', 'card'];

state: {
position: 'top' | 'left' | 'bottom' | 'right',
Expand Down

0 comments on commit a16ae18

Please sign in to comment.