committed by
Yu
3 changed files with 21 additions and 7 deletions
@ -1,3 +0,0 @@ |
|||
import React from 'react'; |
|||
|
|||
export default () => <p>hello pro!</p>; |
|||
@ -0,0 +1,11 @@ |
|||
import React from 'react'; |
|||
|
|||
export default () => ( |
|||
<p> |
|||
想要添加更多页面?请参考{' '} |
|||
<a href="https://umijs.org/guide/block.html" target="_blank" rel="noopener noreferrer"> |
|||
umi 区块 |
|||
</a> |
|||
。 |
|||
</p> |
|||
); |
|||
Loading…
Reference in new issue