From b94af673b8232da313163353902729b3fd48a24a Mon Sep 17 00:00:00 2001 From: Daniel Rentz Date: Thu, 21 Nov 2024 14:29:36 +0100 Subject: [PATCH] Update use-fetch.md --- docs/3.api/2.composables/use-fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/2.composables/use-fetch.md b/docs/3.api/2.composables/use-fetch.md index 4b3c2f6c5e..e3bd67b000 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 `