docs(useFetch): add available options (#2299)

This commit is contained in:
webfansplz 2021-12-06 18:16:18 +08:00 committed by GitHub
parent 6a25d3e245
commit 5a9878207a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`