const fetcher = url => axios.get(url).then(res => res.data) const {data, error} = useSwr('api/user', fetcher). This is similar to creating a ...
確定! 回上一頁