--- order: 1 title: 四种样式 --- 共有四种样式 `success`、`info`、`warning`、`error`。 ````jsx import { Alert } from 'antd'; ReactDOM.render(
, mountNode); ````