Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update docs/content/3.api/1.composables/use-fetch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Sep 5, 2022
1 parent 4c295fb commit 183f439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/3.api/1.composables/use-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This composable provides a convenient wrapper around [`useAsyncData`](/api/compo

## Type

```ts [Signature]
```ts [Signature]
function useFetch(
url: string | Request | Ref<string | Request> | () => string | Request,
options?: UseFetchOptions<DataT>
Expand Down

0 comments on commit 183f439

Please sign in to comment.