src/mob/components/tabs/antv-tabs/dragabletabs.jsx
@@ -90,7 +90,7 @@ render() { const { order } = this.state const { children } = this.props const { children, ...resProps } = this.props const tabs = [] React.Children.forEach(children, c => { tabs.push(c) @@ -118,7 +118,7 @@ return ( <DndProvider> <Tabs renderTabBar={this.renderTabBar} {...this.props}> <Tabs renderTabBar={this.renderTabBar} {...resProps}> {orderTabs} </Tabs> </DndProvider>