From 82f959d91ff3f419ff6e4ddf6242732dc16d42aa Mon Sep 17 00:00:00 2001 From: zzxswl <50044167+zzxswl@users.noreply.github.com> Date: Mon, 2 May 2022 16:47:48 +0800 Subject: [PATCH] docs: make `useFetch` example consistent with others (#4742) --- docs/content/2.guide/2.features/5.data-fetching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/2.guide/2.features/5.data-fetching.md b/docs/content/2.guide/2.features/5.data-fetching.md index 79ce03778..c92d9fa0e 100644 --- a/docs/content/2.guide/2.features/5.data-fetching.md +++ b/docs/content/2.guide/2.features/5.data-fetching.md @@ -73,11 +73,11 @@ This composable provides a convenient wrapper around `useAsyncData` and `$fetch` ```vue [app.vue] ```