fix: expandIcon slot of BasicTable component is invalid (#975)
This commit is contained in:
parent
fe4eae3714
commit
98c206d9c9
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue