未验证 提交 f1678a7c 编写于 作者: 珍藏的小板凳 提交者: GitHub

fix: 修复Container中头部组件插槽中的action不生效的问题 (#2582)

Co-authored-by: Nxuyang.geng <xuyang.geng@gaea.com>
上级 ed8cffb2
......@@ -31,6 +31,7 @@
</BasicTitle>
<div class={`${unref(_prefixCls)}__action`}>
{slots.action ? slots.action() : null}
{props.canExpan && <BasicArrow up expand={props.show} onClick={() => emit('expand')} />}
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册