diff --git a/docs/3.api/2.composables/use-fetch.md b/docs/3.api/2.composables/use-fetch.md index 56effdc62c..4b3c2f6c5e 100644 --- a/docs/3.api/2.composables/use-fetch.md +++ b/docs/3.api/2.composables/use-fetch.md @@ -30,7 +30,7 @@ If you're using a custom useFetch wrapper, do not await it in the composable, as :: ::note -`data`, `status` and `error` are Vue refs and they should be accessed with `.value` when used within the `