Skip to content

Commit 876482d

Browse files
committed
docs(client-nuxt): add note about default $fetch for composable key
1 parent 62cff55 commit 876482d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/openapi-ts/clients/nuxt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ Interceptors (middleware) can be used to modify requests before they're sent or
175175

176176
You can pass any Nuxt/ofetch arguments to the client instance.
177177

178+
::: tip
179+
If you omit `composable`, `$fetch` is used by default.
180+
:::
181+
178182
```js
179183
import { client } from 'client/client.gen';
180184

0 commit comments

Comments
 (0)