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