404.md 160 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
---
order: 0
title: 404
---

404 鑡青。

````jsx
import { Exception } from 'ant-design-pro';

ReactDOM.render(
  <Exception type="404" />
, mountNode);
````