mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
944bba97ca
Co-authored-by: Pooya Parsa <pooya@pi0.io>
306 B
306 B
refreshNuxtData
::ReadMore{link="/getting-started/data-fetching"} ::
refreshNuxtData(keys?: string | string[])
Available options:
keys
: Provides an array of keys that are used inuseAsyncData
to refetch. When it's not specified, alluseAsyncData
anduseFetch
will be refetched.