import {useSWR} from 'swr' const Foo = ({name}) => { const fetcher = useFetcher() const {data, isValidating, mutate} ...
確定! 回上一頁