parent
a3ccdeffc2
commit
4fe57fa322
|
@ -681,7 +681,7 @@ const Table = defineComponent({
|
||||||
{...attrs}
|
{...attrs}
|
||||||
{...props}
|
{...props}
|
||||||
columns={columns || []}
|
columns={columns || []}
|
||||||
expandedRowRender={slots.expandedRowRender}
|
expandedRowRender={slots.expandedRowRender || props.expandedRowRender}
|
||||||
contextSlots={{ ...slots }} // use new object, 否则slot热更新失效,原因需进一步探究
|
contextSlots={{ ...slots }} // use new object, 否则slot热更新失效,原因需进一步探究
|
||||||
v-slots={slots}
|
v-slots={slots}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue