提交 7461c214 编写于 作者: A afc163

update collapse demos

上级 2a856e29
......@@ -2,7 +2,7 @@
- order: 0
默认打开第二个面板
可以同时展开多个面板,这个例子默认展开了第一个
---
......@@ -21,7 +21,7 @@ var text = `
`;
React.render(
<Collapse defaultActiveKey={["2"]} onChange={callback}>
<Collapse defaultActiveKey={["1"]} onChange={callback}>
<Panel header={`This is panel header 1`} key="1">
<p>{text}</p>
</Panel>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册