--- order: 1 title: 位置 --- 位置有十二个方向。 ````jsx import { Popconfirm, message, Button } from 'antd'; const text = '确定要删除这个任务吗?'; function confirm() { message.info('点击了确定'); } ReactDOM.render(
, mountNode); ````