From a844151a24d1a25ddac5fb9eebcd607afcae9e86 Mon Sep 17 00:00:00 2001 From: bqy_fe <1743369777@qq.com> Date: Thu, 19 May 2022 21:10:43 +0800 Subject: [PATCH] fix(Drawer): closeIcon customization is invalid --- components/drawer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/drawer/index.tsx b/components/drawer/index.tsx index 0c658a4b2d..42c3bfe021 100644 --- a/components/drawer/index.tsx +++ b/components/drawer/index.tsx @@ -271,7 +271,7 @@ const Drawer = defineComponent({ return ( closable && ( ) );