From cf234ca067285664c4ff1b39b911fd8f5d9cf849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Sun, 9 Oct 2022 15:45:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=BB=84=E4=BB=B6=E5=B5=8C=E5=A5=97=E6=97=B6?= =?UTF-8?q?=E9=81=AE=E7=BD=A9=E5=B1=82=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Dialog/index.vue b/src/components/Dialog/index.vue index 0d0c86027..ad9667a61 100644 --- a/src/components/Dialog/index.vue +++ b/src/components/Dialog/index.vue @@ -4,9 +4,9 @@ :top="top" :width="iWidth" class="dialog" + :append-to-body="true" + :modal-append-to-body="true" v-bind="$attrs" - :append-to-body="false" - :modal-append-to-body="false" v-on="$listeners" >