DefaultProps中的替代道具

时间:2018-04-09 17:31:22

标签: javascript reactjs

是否可以在默认的道具声明中使用替代道具?

示例代码:

Sample.defaultProps = {
  color: 'red',
  background: this.props.color
}

0 个答案:

没有答案