404.md 170 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
order: 0
title: 404
---

404 鑡青。

````jsx
nikogu's avatar
nikogu committed
9
import Exception from 'ant-design-pro/lib/Exception';
10 11 12 13 14

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