Unverified 提交 5fc28f92 作者: wangxiaoer5200 提交者: GitHub

fix: 修复CollapseContainer组件按钮插槽问题,close #1555 (#1557)

上级 5ac055be
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<slot name="title"></slot> <slot name="title"></slot>
</template> </template>
</BasicTitle> </BasicTitle>
<div :class="`${prefixCls}__action`" v-if="canExpan"> <div :class="`${prefixCls}__action`">
<slot name="action"></slot> <slot name="action"></slot>
<BasicArrow v-if="canExpan" up :expand="show" @click="$emit('expand')" /> <BasicArrow v-if="canExpan" up :expand="show" @click="$emit('expand')" />
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论