Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created October 9, 2018 02:40
Show Gist options
  • Select an option

  • Save leohxj/34f48de0ed8c437d7efa4210deb464a0 to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/34f48de0ed8c437d7efa4210deb464a0 to your computer and use it in GitHub Desktop.
#react
// 已经有组件的情况下,展示对应组件
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