fix(components): [table] add filteredValue watcher (#13121)

This commit is contained in:
wonderl17 2023-07-22 08:49:23 +08:00 committed by GitHub
parent ec61c7b068
commit b1572a9c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ function useWatcher<T>(
'label',
'filters',
'filterMultiple',
'filteredValue',
'sortable',
'index',
'formatter',