From 953811b3bd62c16fa93c5591d2d2b1faadb8014a Mon Sep 17 00:00:00 2001 From: aonoa <32682251+aonoa@users.noreply.github.com> Date: Sun, 10 Sep 2023 22:37:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BC=A0=E6=A0=87=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E5=88=B0=E4=B8=8B=E6=8B=89=E8=8F=9C=E5=8D=95=E6=8A=A5=E9=94=99?= =?UTF-8?q?=20(#97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(README): Update README file Signed-off-by: aonoa <1991849113@qq.com> * fix(login-form): 修复H5登录样式 Signed-off-by: aonoa <1991849113@qq.com> * docs(README.zh-CN.md) 修改错误 Signed-off-by: aonoa <1991849113@qq.com> * fix: 鼠标移动到下拉菜单报错 Signed-off-by: aonoa <1991849113@qq.com> --------- Signed-off-by: aonoa <1991849113@qq.com> --- packages/layouts/src/components/breadcrumb/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/layouts/src/components/breadcrumb/index.vue b/packages/layouts/src/components/breadcrumb/index.vue index 78cc54ed..574bc85e 100644 --- a/packages/layouts/src/components/breadcrumb/index.vue +++ b/packages/layouts/src/components/breadcrumb/index.vue @@ -83,7 +83,7 @@ const renderDropdownLabel = (route: any) => { } const renderDropdownIcon = (option) => { - return getShowBreadCrumbIcon && option.icon ? renderIcon(option.icon)() : null + return option.icon ? renderIcon(option.icon)() : null } const handleClick = (path: string, route: Recordable) => {