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

500 鑡青。

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

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