mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [table] make resizable prop reactive (#22340)
This commit is contained in:
@@ -60,6 +60,7 @@ function useWatcher<T extends DefaultRow>(
|
||||
'filterClassName',
|
||||
'showOverflowTooltip',
|
||||
'tooltipFormatter',
|
||||
'resizable',
|
||||
]
|
||||
const parentProps = ['showOverflowTooltip']
|
||||
const aliases: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user