mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-01-23 20:00:19 +08:00
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
Block a user