mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
docs: fix typo (#1511)
This commit is contained in:
parent
0c1860a056
commit
c6acee7fd4
@ -80,7 +80,7 @@ const { data } = await useFetch('/api/count')
|
||||
|
||||
### Best practices
|
||||
|
||||
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 means 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