Unverified 提交 98c206d9 作者: Lowell 提交者: GitHub

fix: expandIcon slot of BasicTable component is invalid (#975)

上级 fe4eae37
......@@ -211,7 +211,7 @@
// ...(dataSource.length === 0 ? { getPopupContainer: () => document.body } : {}),
...attrs,
customRow,
expandIcon: expandIcon(),
expandIcon: slots.expandIcon ? null : expandIcon(),
...unref(getProps),
...unref(getHeaderProps),
scroll: unref(getScrollRef),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论