React Material-Ui 具有Dialog
具有该属性的组件modal
,当我将其更改为true
或false
显示相同的结果时,该属性是什么意思?
这真的让我很困惑,请帮助我?
材质UI版本:0.20.0
代码
<Dialog
modal={true}
open={props.openClose}
autoScrollBodyContent={true}>
{props.children}
</Dialog>