Commit d5c24941 by gexinzhineng/gxzn27

XModal添加是否允许点击遮罩层,按Esc键关闭页面字段

parent d8e540ee
...@@ -12,7 +12,9 @@ const props = defineProps({ ...@@ -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(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment