import useSWR from 'swr' function Hoge () { const { data, error } = useSWR('/hoge/1', ... return ( <div> <button onClick={mutate}> Click!
確定! 回上一頁