update modal confirm demo

This commit is contained in:
shelwin 2015-11-25 16:17:58 +08:00
parent 2b3878549a
commit 042f016dd4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
````jsx
import { Modal, Button } from 'antd';
const confirm = antd.Modal.confirm;
const confirm = Modal.confirm;
function showConfirm(){
confirm({

View File

@ -8,7 +8,7 @@
````jsx
import { Modal, Button } from 'antd';
const confirm = antd.Modal.confirm;
const confirm = Modal.confirm;
function showConfirm(){
confirm({