mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: update link to devtools.nuxt.com
(#23350)
This commit is contained in:
parent
f842da5b90
commit
ff8a040055
@ -26,7 +26,7 @@ When using a framework like Nuxt that can perform calls and render pages on both
|
||||
The [`useFetch`](/docs/api/composables/use-fetch) and [`useAsyncData`](/docs/api/composables/use-async-data) composables ensure that once an API call is made on the server, the data is properly forwarded to the client in the payload. This JavaScript object is accessible through [`useNuxtApp().payload`](/docs/api/composables/use-nuxt-app#payload) and is used on the client to avoid refetching the same data when the code is executed in the browser.
|
||||
|
||||
::alert{icon=⚙️}
|
||||
Use the [Nuxt DevTools](https://devtools.nuxtjs.org) to inspect this data in the payload tab.
|
||||
Use the [Nuxt DevTools](https://devtools.nuxt.com) to inspect this data in the payload tab.
|
||||
::
|
||||
|
||||
### Suspense
|
||||
|
Loading…
Reference in New Issue
Block a user