Skip to content

Commit

Permalink
fix(menu): fix the menu outside link does not jump
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Jan 21, 2021
1 parent 1fac4b4 commit 55d4b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- 修复 modal 高度计算错误
- 修复菜单折叠状态下点击标签页弹出菜单
- 修复 form 表单初始化值为 0 问题
- 修复表格换行问题
- 修复菜单外链不跳转

## 2.0.0-rc.17 (2020-01-18)

Expand Down
1 change: 1 addition & 0 deletions src/layouts/default/menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export default defineComponent({
if (!menus || !menus.length) return null;
return !props.isHorizontal ? (
<SimpleMenu
beforeClickFn={beforeMenuClickFn}
items={menus}
theme={unref(getComputedMenuTheme)}
accordion={unref(getAccordion)}
Expand Down

0 comments on commit 55d4b77

Please sign in to comment.