// src/pages/index.js import dynamic from "next/dynamic"; const HelloComponent = dynamic(() => ...
確定! 回上一頁