update useTRPCAsyncData info

This commit is contained in:
Robert Soriano
2022-05-18 21:41:26 -07:00
parent d28895cf5e
commit a3d2f61861

View File

@@ -78,6 +78,7 @@ const {
error,
refresh
} = await useTRPCAsyncData(path, () => client.query(path))
console.log(data.value) // => 👈 world
```
## Recipes