Skip to content

Commit 6943d9a

Browse files
committed
docs: Added explanation and link to Nuxt3 example.
1 parent 0819a13 commit 6943d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openapi-fetch/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ _Note: if you’re using Svelte without SvelteKit, the root example in `src/rout
3636

3737
## Nuxt 3
3838

39-
[Nuxt 3](https://nuxtjs.org/) is a popular SSR framework for Vue 3. By combining Nuxt's built-in [useAsyncData](https://nuxt.com/docs/api/composables/use-async-data) composable with openapi-fetch, you can easily implement type-safe API communication with server-side rendering. This example demonstrates how to fetch data during SSR and enable client-side refetching.
39+
[Nuxt 3](https://nuxtjs.org/) is a popular SSR framework for Vue 3. By combining Nuxt's built-in [useAsyncData](https://nuxt.com/docs/api/composables/use-async-data) composable with openapi-fetch, you can easily implement type-safe API communication with server-side rendering.
4040

41-
[View a code example in GitHub](https://github.com/openapi-ts/openapi-typescript/tree/main/packages/openapi-fetch/examples/nuxt-3)
41+
[View a code example in GitHub](https://github.com/HasutoSasaki/nuxt3-openapi-typescript-example)
4242

4343
---
4444

0 commit comments

Comments
 (0)