Skip to content

Commit

Permalink
fix: #519
Browse files Browse the repository at this point in the history
  • Loading branch information
yangpan authored and yangpan committed Dec 9, 2020
1 parent bed54d4 commit b977336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tabs/demo.md
Expand Up @@ -215,7 +215,7 @@ const Demo = () => {
const [value, setValue] = useState(0);

return (
<Tabs value={value} onChange={setValue} direction="vertical" className="custom-height">
<Tabs scrollable value={value} onChange={setValue} direction="vertical" className="custom-height">
<Panel title="选项卡1">
<div className="content">选项卡1内容</div>
</Panel>
Expand Down

0 comments on commit b977336

Please sign in to comment.