Update snippets/ModalDialog.md

Co-Authored-By: zhongdeming428 <zhongdeming428@163.com>
This commit is contained in:
Robert Mennell
2018-11-09 08:36:11 +08:00
committed by GitHub
parent 35e59b47e2
commit 52a68f9850

View File

@ -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