You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that fetcher can be any asynchronous function, so you can use your favorite data-fetching library to handle that part. If ommitted, swrv uses the Fetch api.
But later also:
To only retrieve a swrv cache response without revalidating, you can omit the fetcher function from the useSWRV call.
So, which one is it? :) Or am I misunderstanding what omitting means in the first case?