标签: javascript reactjs
是否可以在默认的道具声明中使用替代道具?
示例代码:
Sample.defaultProps = { color: 'red', background: this.props.color }