From 5a9878207a2051d953ebb0940acf176c65734433 Mon Sep 17 00:00:00 2001 From: webfansplz <308241863@qq.com> Date: Mon, 6 Dec 2021 18:16:18 +0800 Subject: [PATCH] docs(useFetch): add available options (#2299) --- docs/content/3.docs/1.usage/1.data-fetching.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/3.docs/1.usage/1.data-fetching.md b/docs/content/3.docs/1.usage/1.data-fetching.md index 21a309672d..e8a6e6cf3f 100644 --- a/docs/content/3.docs/1.usage/1.data-fetching.md +++ b/docs/content/3.docs/1.usage/1.data-fetching.md @@ -90,6 +90,7 @@ Available options: * Options from [ohmyfetch](https://github.com/unjs/ohmyfetch) * `method`: Request method * `params`: Query params + * `headers`: Request headers * `baseURL`: Base URL for the request * Options from `useAsyncData` * `lazy`