update playground

This commit is contained in:
Robert Soriano
2022-10-29 22:29:21 -07:00
parent 4bb2cdc2d2
commit b61dbd1786
3 changed files with 8 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ export function createNuxtProxyDecoration<TRouter extends AnyRouter>(name: strin
})
}
return useAsyncDataWithError(queryKey, () => (client as any)[path][lastArg](input), asyncDataOptions as Record<string, any>)
return useAsyncDataWithError(queryKey, () => (client as any)[path][lastArg](input), asyncDataOptions)
})
}