mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-24 08:50:32 +01:00
add options to readme
This commit is contained in:
@@ -49,6 +49,7 @@ export async function useAsyncQuery<
|
||||
options,
|
||||
)
|
||||
|
||||
// @ts-expect-error: Resolved by Nuxt
|
||||
if (process.server && error.value && !serverError.value)
|
||||
serverError.value = error.value as any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user