问题
<Modal visible={this.state.showModel} title="添加代金券"
centered
okText="保存" cancelText="取消"
onOk={() => this.okBtnClick}
onCancel={() => this.cancelClick}
>
I use ANTD's modal to make it vertically centered, but I was wrongly told that centered does not exist and attribute 1.
来源:https://stackoverflow.com/questions/51943291/antd-error-ts2339-property-centered-does-not-exist-on-type