Update snippets/ModalDialog.md
Co-Authored-By: zhongdeming428 <zhongdeming428@163.com>
This commit is contained in:
@ -75,6 +75,7 @@ class Dialog extends React.Component {
|
|||||||
this.state = {
|
this.state = {
|
||||||
data: {
|
data: {
|
||||||
title: '',
|
title: '',
|
||||||
|
closeOnClick: false,
|
||||||
content: ''
|
content: ''
|
||||||
},
|
},
|
||||||
visible: false
|
visible: false
|
||||||
|
|||||||
Reference in New Issue
Block a user