1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-05 04:04:26 +00:00
Nuxt/docs/content/3.api/3.utils/refresh-nuxt-data.md
Clément Ollivier 9a0fc57724
docs: update sitemap ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00

13 lines
301 B
Markdown

# `refreshNuxtData`
::ReadMore{link="/guide/features/data-fetching"}
::
```ts
refreshNuxtData(keys?: string | string[])
```
Available options:
* `keys`: Provides an array of keys that used in `useAsyncData` to refetch. When it's not specified, all `useAsyncData` and `useFetch` will be refetched.