mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-08 01:42:38 +00:00
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.