Unverified Commit 98c206d9 authored by Lowell's avatar Lowell Committed by GitHub

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

parent fe4eae37
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
// ...(dataSource.length === 0 ? { getPopupContainer: () => document.body } : {}), // ...(dataSource.length === 0 ? { getPopupContainer: () => document.body } : {}),
...attrs, ...attrs,
customRow, customRow,
expandIcon: expandIcon(), expandIcon: slots.expandIcon ? null : expandIcon(),
...unref(getProps), ...unref(getProps),
...unref(getHeaderProps), ...unref(getHeaderProps),
scroll: unref(getScrollRef), scroll: unref(getScrollRef),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment