From 57e6e4f00435637c545c58de3cd84c102003032a Mon Sep 17 00:00:00 2001 From: bowen <54492610+jiaowoxiaobala@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:55:01 +0800 Subject: [PATCH] fix(BasicDrawer): remove toRaw props (#3399) --- src/components/Drawer/src/BasicDrawer.vue | 28 +++++++++++------------ 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/components/Drawer/src/BasicDrawer.vue b/src/components/Drawer/src/BasicDrawer.vue index e2594c7cf..05bd2fba1 100644 --- a/src/components/Drawer/src/BasicDrawer.vue +++ b/src/components/Drawer/src/BasicDrawer.vue @@ -2,7 +2,7 @@