404.md 223 Bytes
Newer Older
1 2
---
order: 0
ddcat1115's avatar
ddcat1115 committed
3 4 5
title:
  zh-CN: 404
  en-US: 404
6 7
---

ddcat1115's avatar
ddcat1115 committed
8 9
## zh-CN

10 11
404 鑡青。

ddcat1115's avatar
ddcat1115 committed
12 13 14 15
## en-US

404 page.

16
````jsx
nikogu's avatar
nikogu committed
17
import Exception from 'ant-design-pro/lib/Exception';
18 19 20 21 22

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