XModal添加是否允许点击遮罩层,按Esc键关闭页面字段
This commit is contained in:
parent
d8e540ee54
commit
d5c2494150
@ -12,7 +12,9 @@ const props = defineProps({
|
|||||||
height: propTypes.string,
|
height: propTypes.string,
|
||||||
minWidth: propTypes.string.def('460'),
|
minWidth: propTypes.string.def('460'),
|
||||||
minHeight: propTypes.string.def('320'),
|
minHeight: propTypes.string.def('320'),
|
||||||
showFooter: propTypes.bool.def(true)
|
showFooter: propTypes.bool.def(true),
|
||||||
|
maskClosable: propTypes.bool.def(false),
|
||||||
|
escClosable: propTypes.bool.def(false)
|
||||||
})
|
})
|
||||||
|
|
||||||
const getBindValue = computed(() => {
|
const getBindValue = computed(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user