import useSWR from 'swr';. const { data, error, mutate } = useSWR( /mainProducts , fetcher); … axios const instance = axios.create({ ' ...
確定! 回上一頁