mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 19:04:48 +00:00
944bba97ca
Co-authored-by: Pooya Parsa <pooya@pi0.io>
13 lines
306 B
Markdown
13 lines
306 B
Markdown
# `refreshNuxtData`
|
|
|
|
::ReadMore{link="/getting-started/data-fetching"}
|
|
::
|
|
|
|
```ts
|
|
refreshNuxtData(keys?: string | string[])
|
|
```
|
|
|
|
Available options:
|
|
|
|
* `keys`: Provides an array of keys that are used in `useAsyncData` to refetch. When it's not specified, all `useAsyncData` and `useFetch` will be refetched.
|