From 5121012b24c8d3a0374967551136bfa1e076abd2 Mon Sep 17 00:00:00 2001 From: Uyarn Date: Fri, 22 Aug 2025 12:37:33 +0800 Subject: [PATCH 1/2] fix(Dialog): attach should work when showInAttachedElement is true --- src/dialog/_example/attach.vue | 1 + src/dialog/dialog.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dialog/_example/attach.vue b/src/dialog/_example/attach.vue index 8b693fb12..67df2631c 100644 --- a/src/dialog/_example/attach.vue +++ b/src/dialog/_example/attach.vue @@ -49,6 +49,7 @@ Date: Fri, 22 Aug 2025 12:45:41 +0800 Subject: [PATCH 2/2] fix(drawer): attach should work when showInAttachedElement is true --- src/drawer/_example/attach-parent.vue | 9 ++++++++- src/drawer/drawer.tsx | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/drawer/_example/attach-parent.vue b/src/drawer/_example/attach-parent.vue index b1c1b2ca0..c4111320f 100644 --- a/src/drawer/_example/attach-parent.vue +++ b/src/drawer/_example/attach-parent.vue @@ -1,7 +1,14 @@