diff --git a/docs/2.guide/1.concepts/1.auto-imports.md b/docs/2.guide/1.concepts/1.auto-imports.md index 2ec9e7063f..31688f5d51 100644 --- a/docs/2.guide/1.concepts/1.auto-imports.md +++ b/docs/2.guide/1.concepts/1.auto-imports.md @@ -34,7 +34,7 @@ Nuxt auto-imports functions and composables to perform [data fetching](/docs/get ```vue ``` diff --git a/docs/3.api/2.composables/use-async-data.md b/docs/3.api/2.composables/use-async-data.md index fadb2049c4..4ec2505dd6 100644 --- a/docs/3.api/2.composables/use-async-data.md +++ b/docs/3.api/2.composables/use-async-data.md @@ -18,7 +18,7 @@ Within your pages, components, and plugins you can use useAsyncData to get acces ```vue [pages/index.vue] ``` ::callout -`data`, `pending`, `status` and `error` are Vue refs and they should be accessed with `.value` when used within the `