Browse Source

🔥 clean: Update 404.tsx (#6132)

https://ant.design/components/result-cn/#components-result-demo-404
文档上status是字符串,会报错
pull/6136/head
dushaobindoudou 6 years ago
committed by GitHub
parent
commit
d344356a23
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/404.tsx

2
src/pages/404.tsx

@ -4,7 +4,7 @@ import { router } from 'umi';
const NoFoundPage: React.FC<{}> = () => ( const NoFoundPage: React.FC<{}> = () => (
<Result <Result
status={404} status="404"
title="404" title="404"
subTitle="Sorry, the page you visited does not exist." subTitle="Sorry, the page you visited does not exist."
extra={ extra={

Loading…
Cancel
Save