We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e540e commit d5c2494Copy full SHA for d5c2494
src/components/XModal/src/XModal.vue
@@ -12,7 +12,9 @@ const props = defineProps({
12
height: propTypes.string,
13
minWidth: propTypes.string.def('460'),
14
minHeight: propTypes.string.def('320'),
15
- showFooter: propTypes.bool.def(true)
+ showFooter: propTypes.bool.def(true),
16
+ maskClosable: propTypes.bool.def(false),
17
+ escClosable: propTypes.bool.def(false)
18
})
19
20
const getBindValue = computed(() => {
0 commit comments