const { data, error } = useSWR(URL, fetcher); ... Once revalidation is done and the cache is refreshed, the new data will be reflected in ...
確定! 回上一頁