Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么样去修改首页啊 #1

Open
zhixiaoqiang opened this issue May 25, 2018 · 1 comment
Open

怎么样去修改首页啊 #1

zhixiaoqiang opened this issue May 25, 2018 · 1 comment

Comments

@zhixiaoqiang
Copy link

不想要这样的首页,或者能提供个修改的方式吗,

@Foveluy
Copy link
Owner

Foveluy commented Jun 3, 2018

@zhixiaoqiang
在跟目录下定制一个 index.js,然后export default 就可以覆盖了

//index.js
import React from 'react'
export default ()=>{
   return <div>我的首页</div>
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants