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 } : {}),
|
||||
...attrs,
|
||||
customRow,
|
||||
expandIcon: expandIcon(),
|
||||
expandIcon: slots.expandIcon ? null : expandIcon(),
|
||||
...unref(getProps),
|
||||
...unref(getHeaderProps),
|
||||
scroll: unref(getScrollRef),
|
||||
|
|
|
|||
Loading…
Reference in New Issue