提交 1bde4041 编写于 作者: 无木

fix(sider): bottom trigger not work

修复侧边栏底部的折叠按钮不工作的问题

fixed: #820
上级 c7de65eb
### 🐛 Bug Fixes
- **Modal** 修复点击遮罩不能关闭
- **Table** 修复 `editComponentProps` 不支持 `onChange`
- **Modal** 修复 `setModalProps` 不支持设置 `defaultFullscreen`
- **Sider** 修复侧边菜单底部的折叠按钮点击无效
## 2.5.2(2021-06-27)
### ⚡ Performance Improvements
......
......@@ -15,6 +15,7 @@
:collapsedWidth="getCollapsedWidth"
:theme="getMenuTheme"
@breakpoint="onBreakpointChange"
@collapse="toggleCollapsed"
v-bind="getTriggerAttr"
>
<template #trigger v-if="getShowTrigger">
......@@ -55,6 +56,7 @@
getMenuHidden,
getMenuFixed,
getIsMixMode,
toggleCollapsed,
} = useMenuSetting();
const { prefixCls } = useDesign('layout-sideBar');
......@@ -119,6 +121,7 @@
getMode,
getSplitType,
getShowTrigger,
toggleCollapsed,
};
},
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册