--- order: 2 title: 可点击 --- 用 a 标签进行包裹即可。 ````jsx import { Badge } from 'antd'; ReactDOM.render( , mountNode); ````