Tabs - Custom Trigger - Typo correction (#3290)

This commit is contained in:
kvetoslavnovak 2016-10-06 12:57:34 +02:00 committed by 偏右
parent 70fa956301
commit fc0b8e5431

View File

@ -22,7 +22,7 @@ const Demo = React.createClass({
this.newTabIndex = 0;
const panes = [
{ title: 'Tab 1', content: 'Content of Tab Pane 1', key: '1' },
{ title: 'Tab 2', content: 'Content of Tab Pane', key: '2' },
{ title: 'Tab 2', content: 'Content of Tab Pane 2', key: '2' },
];
return {
activeKey: panes[0].key,