mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
fix(table): fix variable spelling (#1837)
This commit is contained in:
parent
cc988f9ac1
commit
cb29649c7f
@ -22,7 +22,7 @@ function useStyle (
|
||||
store: Store,
|
||||
table: Table,
|
||||
) {
|
||||
const $ElEMENT = useGlobalConfig()
|
||||
const $ELEMENT = useGlobalConfig()
|
||||
const isHidden = ref(false)
|
||||
const renderExpanded = ref(null)
|
||||
const resizeProxyVisible = ref(false)
|
||||
@ -197,7 +197,7 @@ function useStyle (
|
||||
}
|
||||
}
|
||||
const tableSize = computed(() => {
|
||||
return props.size || $ElEMENT.size
|
||||
return props.size || $ELEMENT.size
|
||||
})
|
||||
const bodyWidth = computed(() => {
|
||||
const { bodyWidth: bodyWidth_, scrollY, gutterWidth } = layout
|
||||
|
Loading…
Reference in New Issue
Block a user