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

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

10 11
500 鑡青。

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

500 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="500" />
, mountNode);
````