diff --git a/src/client/index.ts b/src/client/index.ts index 36f3616..1a8ca4e 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -61,7 +61,7 @@ export function createNuxtProxyDecoration (name: stri }), asyncDataOptions) } - return (client as any)[path][lastArg](input) + return (client as any)[path][lastArg](...args) }) }