fix(packages): @sa/hooks: fix searchParams of useHookTable. fixed #552

This commit is contained in:
Soybean
2024-07-20 02:18:58 +08:00
parent a91335d74b
commit 96c1044ffb
3 changed files with 8 additions and 3 deletions

View File

@ -10,6 +10,7 @@
}
},
"dependencies": {
"@sa/axios": "workspace:*"
"@sa/axios": "workspace:*",
"@sa/utils": "workspace:*"
}
}