import { clearCache } from "swr"; clearCache(); // clear all cache ... import useSWR from "swr"; import User from "types/user"; ...
確定! 回上一頁