From 8b84f834dd1da429ae02ecfba637ea71b3e1cdaa Mon Sep 17 00:00:00 2001 From: justwiner <30335393+justwiner@users.noreply.github.com> Date: Thu, 11 Mar 2021 20:32:01 +0800 Subject: [PATCH] fix(table): fix the bug that cannot watch data (#1612) fix #1606 Co-authored-by: winerlu --- packages/table/src/table/style-helper.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/table/src/table/style-helper.ts b/packages/table/src/table/style-helper.ts index 07b6ae2ec9..a7268a4681 100644 --- a/packages/table/src/table/style-helper.ts +++ b/packages/table/src/table/style-helper.ts @@ -51,6 +51,7 @@ function useStyle ( }, { immediate: true, + deep: true, }, ) watchEffect(() => {