From 689113b3c9c19e929607567a4c8252c6511bff5c Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Tue, 3 Nov 2020 10:44:18 +0800 Subject: [PATCH] fix: menu overflowedIndicator not work --- components/menu/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/menu/index.tsx b/components/menu/index.tsx index ccd215cea9..da167c8ce5 100644 --- a/components/menu/index.tsx +++ b/components/menu/index.tsx @@ -301,7 +301,7 @@ const Menu = defineComponent({ menuProps.openKeys = []; } - return ; + return ; }, });