From 1e0b6e9efcc467fa7fbfb5301bf78334606d7098 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Wed, 21 Jun 2023 15:26:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=20Dialog=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=94=AF=E6=8C=81=20Dialog=20=E5=86=85=E9=83=A8=E5=B5=8C?= =?UTF-8?q?=E5=A5=97=E5=8F=A6=E4=B8=80=E4=B8=AA=20Dialog=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E4=BD=BF=E7=94=A8=20append-to-body=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 5064845d4e7ad807b5dfeabee4ffb8de0eb123ff) --- src/components/Dialog/src/Dialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dialog/src/Dialog.vue b/src/components/Dialog/src/Dialog.vue index 449174d9..28deba46 100644 --- a/src/components/Dialog/src/Dialog.vue +++ b/src/components/Dialog/src/Dialog.vue @@ -14,7 +14,7 @@ const props = defineProps({ }) const getBindValue = computed(() => { - const delArr: string[] = ['fullscreen', 'title', 'maxHeight'] + const delArr: string[] = ['fullscreen', 'title', 'maxHeight', 'appendToBody'] const attrs = useAttrs() const obj = { ...attrs, ...props } for (const key in obj) {