docs: remove reference to non existing page

This commit is contained in:
pooya parsa 2021-10-27 13:43:05 +02:00 committed by GitHub
parent f5281e5df7
commit 4374277bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.**