mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
docs: remove reference to non existing page
This commit is contained in:
parent
f5281e5df7
commit
4374277bfa
@ -80,7 +80,7 @@ const { data } = await useFetch('/api/count')
|
||||
|
||||
### Best practices
|
||||
|
||||
As seen in [Concepts > Data fetching](/concepts/data-fetching), the data returned by `useAsyncData` will be stored inside the page payload. This mean that every key returned that is not used in your component will be added to the payload.
|
||||
The data returned by `useAsyncData` will be stored inside the page payload. This mean that every key returned that is not used in your component will be added to the payload.
|
||||
|
||||
**We strongly recommend to only select the keys that you will use in your component.**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user