fix(dataSource): BasicTable Component with dataSource is not working (hot fix) (#3888)

This commit is contained in:
No name 2024-06-04 16:22:09 +08:00 committed by GitHub
parent af39afa24b
commit f83002441d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ export function useDataSource(
}, },
{ {
deep: true, deep: true,
immediate: true,
}, },
); );