mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-30 03:38:44 +01:00
update readme
This commit is contained in:
@@ -72,7 +72,7 @@ const addUser = async () => {
|
|||||||
|
|
||||||
## useAsyncQuery
|
## useAsyncQuery
|
||||||
|
|
||||||
A thin wrapper around [`useAsyncData`](https://v3.nuxtjs.org/api/composables/use-async-data/).
|
A thin wrapper around [`useAsyncData`](https://v3.nuxtjs.org/api/composables/use-async-data/) and `client.query()`.
|
||||||
|
|
||||||
The first argument is a `[path, input]`-tuple - if the `input` is optional, you can omit the, `input`-part.
|
The first argument is a `[path, input]`-tuple - if the `input` is optional, you can omit the, `input`-part.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user