You can do something like this: import { useState } from 'react'; import useSWR from 'swr'; const fetcher = (...args) ...
確定! 回上一頁