mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
305 B
305 B
refreshNuxtData
::ReadMore{link="/guide/features/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.