提交 55d4b77b 编写于 作者: V vben

fix(menu): fix the menu outside link does not jump

上级 1fac4b4b
......@@ -9,6 +9,8 @@
- 修复 modal 高度计算错误
- 修复菜单折叠状态下点击标签页弹出菜单
- 修复 form 表单初始化值为 0 问题
- 修复表格换行问题
- 修复菜单外链不跳转
## 2.0.0-rc.17 (2020-01-18)
......
......@@ -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)}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册