const enhance = compose( withRouter, withStyles(styles, 'some style'), connect(mapStateToProps, mapDispatchToProps), .... export default ...
確定! 回上一頁