import loadable from “@loadable/component”; … const About = loadable(() => import(“./About”));. And passed as a prop to Route ...
確定! 回上一頁