Skip to content

Commit

Permalink
docs: add link to ofetch repo (#26284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir-rahman committed Mar 15, 2024
1 parent f21c24a commit e0ac145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.getting-started/6.data-fetching.md
Expand Up @@ -60,7 +60,7 @@ This composable is a wrapper around the [`useAsyncData`](/docs/api/composables/u

## `$fetch`

Nuxt includes the `ofetch` library, and is auto-imported as the `$fetch` alias globally across your application. It's what `useFetch` uses behind the scenes.
Nuxt includes the [ofetch](https://github.com/unjs/ofetch) library, and is auto-imported as the `$fetch` alias globally across your application. It's what `useFetch` uses behind the scenes.

```vue twoslash [pages/todos.vue]
<script setup lang="ts">
Expand Down

0 comments on commit e0ac145

Please sign in to comment.