From d5c2494150baeff75683589603e4fd1a5bb05eb0 Mon Sep 17 00:00:00 2001 From: gexinzhineng/gxzn27 <1348660141@qq.com> Date: Tue, 28 Feb 2023 11:26:06 +0800 Subject: [PATCH] =?UTF-8?q?XModal=E6=B7=BB=E5=8A=A0=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E7=82=B9=E5=87=BB=E9=81=AE=E7=BD=A9=E5=B1=82?= =?UTF-8?q?=EF=BC=8C=E6=8C=89Esc=E9=94=AE=E5=85=B3=E9=97=AD=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/XModal/src/XModal.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/XModal/src/XModal.vue b/src/components/XModal/src/XModal.vue index c397edd9..95b9f4be 100644 --- a/src/components/XModal/src/XModal.vue +++ b/src/components/XModal/src/XModal.vue @@ -12,7 +12,9 @@ const props = defineProps({ height: propTypes.string, minWidth: propTypes.string.def('460'), 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(() => {