We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369ab39 commit 13194f3Copy full SHA for 13194f3
README.md
@@ -83,7 +83,9 @@ export default defineNuxtConfig({
83
...
84
```
85
86
-Add a new ts file to your composables folder, e.g. `./composables/githubClient.ts`
+Add a new ts file to your composables folder, e.g. `./composables/githubClient.ts`.
87
+
88
+[Full example here](playground/composables/customGithubFetch.ts)
89
90
```ts
91
// import the base client explicitly
0 commit comments