react.js中steps组件的这段代码是什么意思呢?
<Steps progressDot current={state ? state[0] ? state[0] : null : null}
status={this.checkStatus(state ? state[1] ? state[1] : null : null)}>
......
</Steps>
react.js中steps组件的这段代码是什么意思呢?
<Steps progressDot current={state ? state[0] ? state[0] : null : null}
status={this.checkStatus(state ? state[1] ? state[1] : null : null)}>
......
</Steps>
13 回答13.1k 阅读
7 回答2.3k 阅读
3 回答1.4k 阅读✓ 已解决
6 回答1.5k 阅读✓ 已解决
2 回答1.5k 阅读✓ 已解决
3 回答1.5k 阅读✓ 已解决
4 回答1.8k 阅读
大概是这个意思吧