mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +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:
@@ -51,6 +51,7 @@ function useStyle (
|
||||
},
|
||||
{
|
||||
immediate: true,
|
||||
deep: true,
|
||||
},
|
||||
)
|
||||
watchEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user