我將標題元件新增到佈局中,但我不想為要使用getInitialProps的每個頁面將Prop 從佈局傳送到標題 layout.js import Header from './header' export default ({title}) ...
確定! 回上一頁