我看到以下情况很好:const Tab = connect( mapState, mapDispatch )( Tabs ); export default Tab; 但是,这是不正确的:export default const Tab = connect( ...
確定! 回上一頁