diff --git a/packages/dialog/README.md b/packages/dialog/README.md index fccc3074..0a26e5fe 100644 --- a/packages/dialog/README.md +++ b/packages/dialog/README.md @@ -115,7 +115,7 @@ const beforeClose = (action) => new Promise((resolve) => { Dialog.confirm({ title: '标题', - message: '弹窗内容' + message: '弹窗内容', beforeClose }); ``` diff --git a/packages/swipe-cell/README.md b/packages/swipe-cell/README.md index 3b29a61a..a99e3989 100644 --- a/packages/swipe-cell/README.md +++ b/packages/swipe-cell/README.md @@ -20,11 +20,11 @@ ```html - 选择 + 选择 - 删除 + 删除 ```