useState
export function clearNuxtState (keys?: string | string[] | ((key: string) => boolean)): void
keys
clearNuxtData
Delete cached data, error status and pending promises of useAsyncData and useFetch.
createError
Create an error object with additional metadata.
On this page
Community