refreshNuxtData
refreshNuxtData
refetches all data from the server and updates the page.
refreshNuxtData(keys?: string | string[])
Available options:
keys
: Provides an array of keys that are used in useAsyncData
to refetch. When it's not specified, all useAsyncData
and useFetch
will be refetched.