refreshNuxtData
👉
Read more in 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.
Edit this page on GitHub
Updated at Wed, May 25, 2022