fix: 修复Table组件已知问题
This commit is contained in:
parent
9220382ec8
commit
b1a83f6018
|
@ -417,7 +417,7 @@ export default defineComponent({
|
|||
>
|
||||
{{
|
||||
default: () => renderTableColumn(),
|
||||
empty: () => getSlot(slots, 'empty') || props.emptyText,
|
||||
empty: () => getSlot(slots, 'empty') || unref(getProps).emptyText,
|
||||
append: () => getSlot(slots, 'append')
|
||||
}}
|
||||
</ElTable>
|
||||
|
|
Loading…
Reference in New Issue