import useSWR, { SWRConfig } from '@zeit/swr' function App () { // all the SWRs inside will use `refreshInterval: 1000` return <SWRConfig value={{ ...
確定! 回上一頁