Created
October 9, 2018 02:40
-
-
Save leohxj/34f48de0ed8c437d7efa4210deb464a0 to your computer and use it in GitHub Desktop.
#react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 已经有组件的情况下,展示对应组件 | |
| const props = { ...this.props }; | |
| // delete props.code; | |
| return <Component {...props} />; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment