mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: fix typo with a
-> an
(#26856)
This commit is contained in:
parent
525124b107
commit
bfd7148238
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'Vue.js Development'
|
||||
description: "Nuxt uses Vue.js and adds features such as component auto-imports, file-based routing and composables for a SSR-friendly usage."
|
||||
description: "Nuxt uses Vue.js and adds features such as component auto-imports, file-based routing and composables for an SSR-friendly usage."
|
||||
---
|
||||
|
||||
Nuxt integrates Vue 3, the new major release of Vue that enables new patterns for Nuxt users.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'useAsyncData'
|
||||
description: useAsyncData provides access to data that resolves asynchronously in a SSR-friendly composable.
|
||||
description: useAsyncData provides access to data that resolves asynchronously in an SSR-friendly composable.
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: 'useFetch'
|
||||
description: 'Fetch data from an API endpoint with a SSR-friendly composable.'
|
||||
description: 'Fetch data from an API endpoint with an SSR-friendly composable.'
|
||||
links:
|
||||
- label: Source
|
||||
icon: i-simple-icons-github
|
||||
|
Loading…
Reference in New Issue
Block a user