const { data, error, isValidating, mutate } = useSWR(key, fetcher, options) ... fetcher.ts import axios from "axios"; const fetcher = (url: ...
確定! 回上一頁