fix(components): [table] fix namespace (#9654)

This commit is contained in:
zz 2022-09-06 12:17:14 +08:00 committed by GitHub
parent 328cb574ae
commit 6def14db3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,7 @@ export default defineComponent({
const debouncedUpdateLayout = debounce(doLayout, 50)
const tableId = `el-table_${tableIdSeed++}`
const tableId = `${ns.namespace.value}-table_${tableIdSeed++}`
table.tableId = tableId
table.state = {
isGroup,