fix: table emptyText locale not work, close #4805
parent
a6d9d36343
commit
7e9e5af63f
|
@ -634,7 +634,7 @@ const InteralTable = defineComponent<
|
||||||
v-slots={{
|
v-slots={{
|
||||||
...slots,
|
...slots,
|
||||||
emptyText: () =>
|
emptyText: () =>
|
||||||
slots.emptyText?.() || tableLocale.value.emptyText || renderEmpty.value('Table'),
|
slots.emptyText?.() || props.locale?.emptyText || renderEmpty.value('Table'),
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{bottomPaginationNode}
|
{bottomPaginationNode}
|
||||||
|
|
Loading…
Reference in New Issue