未验证 提交 e8deecd1 编写于 作者: A Alan Russell 提交者: Joe Haddad

Update no-document-title.md (#6832)

`router` is not needed in the scope
上级 eeabb52b
......@@ -15,7 +15,7 @@ import Head from 'next/head'
import React from 'react'
export default class MyApp extends App {
static async getInitialProps ({ Component, router, ctx }) {
static async getInitialProps ({ Component, ctx }) {
let pageProps = {}
if (Component.getInitialProps) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册