visible 改open
This commit is contained in:
parent
70ceda9903
commit
2c09ea7d5e
|
|
@ -25,7 +25,7 @@ export default function render(this: any) {
|
|||
|
||||
<Drawer
|
||||
placement={placement}
|
||||
visible={visible}
|
||||
open={visible}
|
||||
onClose={() => {
|
||||
this.setVisible(false);
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue