fix: 修复Table组件已知问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user