mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
301 B
301 B
refreshNuxtData
::ReadMore{link="/guide/features/data-fetching"} ::
refreshNuxtData(keys?: string | string[])
Available options:
keys
: Provides an array of keys that used inuseAsyncData
to refetch. When it's not specified, alluseAsyncData
anduseFetch
will be refetched.