add options to readme

This commit is contained in:
Robert Soriano
2022-05-19 01:05:24 -07:00
parent 1ef0caa18e
commit 0211084f5c
2 changed files with 38 additions and 0 deletions

View File

@@ -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