Merge pull request #594 from shelwei/master

docs: update Modal.confirm demo
This commit is contained in:
Benjy Cui 2015-11-25 16:27:32 +08:00
commit 5559f32b64
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({