mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
fix(table): fix the bug that cannot watch data (#1612)
fix #1606 Co-authored-by: winerlu <winerlu@tencent.com>
This commit is contained in:
parent
8e653df457
commit
8b84f834dd
@ -51,6 +51,7 @@ function useStyle (
|
||||
},
|
||||
{
|
||||
immediate: true,
|
||||
deep: true,
|
||||
},
|
||||
)
|
||||
watchEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user