We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d9d36 commit 7e9e5afCopy full SHA for 7e9e5af
components/table/Table.tsx
@@ -634,7 +634,7 @@ const InteralTable = defineComponent<
634
v-slots={{
635
...slots,
636
emptyText: () =>
637
- slots.emptyText?.() || tableLocale.value.emptyText || renderEmpty.value('Table'),
+ slots.emptyText?.() || props.locale?.emptyText || renderEmpty.value('Table'),
638
}}
639
/>
640
{bottomPaginationNode}
0 commit comments