pull/12772/head
ztplz 6 years ago committed by 偏右
parent 682af0d44b
commit 232f179f24

@ -42,7 +42,7 @@ export interface TabPaneProps {
className?: string;
disabled?: boolean;
forceRender?: boolean;
key?: string
key?: string;
}
export default class Tabs extends React.Component<TabsProps, any> {

Loading…
Cancel
Save