mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components): [table] fix namespace (#9654)
This commit is contained in:
parent
328cb574ae
commit
6def14db3b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user