From 183f439c9e7851076c31b63e56282528e1c00abb Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Mon, 5 Sep 2022 09:41:45 +0200 Subject: [PATCH] Update docs/content/3.api/1.composables/use-fetch.md --- docs/content/3.api/1.composables/use-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/1.composables/use-fetch.md b/docs/content/3.api/1.composables/use-fetch.md index 2da8c6b36fd..e7febbc889b 100644 --- a/docs/content/3.api/1.composables/use-fetch.md +++ b/docs/content/3.api/1.composables/use-fetch.md @@ -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, options?: UseFetchOptions