mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-21 07:21:43 +01:00
update readme
This commit is contained in:
@@ -44,14 +44,14 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
})
|
||||
|
||||
const {
|
||||
useTrpcQuery,
|
||||
useLazyTrpcQuery,
|
||||
useClientQuery,
|
||||
useLazyClientQuery,
|
||||
useClient
|
||||
} = createTRPCComposables<typeof router>(client)
|
||||
|
||||
export {
|
||||
useTrpcQuery,
|
||||
useLazyTrpcQuery,
|
||||
useClientQuery,
|
||||
useLazyClientQuery,
|
||||
useClient
|
||||
}
|
||||
`)
|
||||
|
||||
Reference in New Issue
Block a user