mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 03:08:21 +08:00
fix(components): [virtual-list] throw non-corresponding error message (#8835)
This commit is contained in:
parent
f30c6675b7
commit
2287dc3690
@ -415,7 +415,7 @@ const DynamicSizeGrid = createGrid({
|
||||
throwError(
|
||||
SCOPE,
|
||||
`
|
||||
"columnWidth" must be passed as function,
|
||||
"rowHeight" must be passed as function,
|
||||
instead ${typeof rowHeight} was given.
|
||||
`
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user