mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
docs: remove unnecessary warning on sharedPrerenderData
This commit is contained in:
parent
8367e59e4f
commit
b0f50bec1b
@ -340,9 +340,6 @@ export defineNuxtConfig({
|
|||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that by default Nuxt will render pages concurrently, meaning this does not guarantee that data will
|
|
||||||
not be fetched more than once.
|
|
||||||
|
|
||||||
It is particularly important when enabling this feature to make sure that any unique key of your data
|
It is particularly important when enabling this feature to make sure that any unique key of your data
|
||||||
is always resolvable to the same data. For example, if you are using `useAsyncData` to fetch
|
is always resolvable to the same data. For example, if you are using `useAsyncData` to fetch
|
||||||
data related to a particular page, you should provide a key that uniquely matches that data. (`useFetch`
|
data related to a particular page, you should provide a key that uniquely matches that data. (`useFetch`
|
||||||
|
@ -275,9 +275,6 @@ export default defineUntypedSchema({
|
|||||||
* performance improvement when prerendering sites that use `useAsyncData` or `useFetch` and fetch the same
|
* performance improvement when prerendering sites that use `useAsyncData` or `useFetch` and fetch the same
|
||||||
* data in different pages.
|
* data in different pages.
|
||||||
*
|
*
|
||||||
* Note that by default Nuxt will render pages concurrently, meaning this does not guarantee that data will
|
|
||||||
* not be fetched more than once.
|
|
||||||
*
|
|
||||||
* It is particularly important when enabling this feature to make sure that any unique key of your data
|
* It is particularly important when enabling this feature to make sure that any unique key of your data
|
||||||
* is always resolvable to the same data. For example, if you are using `useAsyncData` to fetch
|
* is always resolvable to the same data. For example, if you are using `useAsyncData` to fetch
|
||||||
* data related to a particular page, you should provide a key that uniquely matches that data. (`useFetch`
|
* data related to a particular page, you should provide a key that uniquely matches that data. (`useFetch`
|
||||||
|
Loading…
Reference in New Issue
Block a user