Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: 鼠标移动到下拉菜单报错 (#97)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
aonoa authored Sep 10, 2023
1 parent c7400fb commit 953811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layouts/src/components/breadcrumb/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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<any>) => {
Expand Down

0 comments on commit 953811b

Please sign in to comment.