import App from 'next/app'; const MyApp = ({ Component, pageProps, apollo }) => ( ); MyApp.getInitialProps = async (appContext) => { const appProps = await ...
確定! 回上一頁