From c0a2e8081a1b0bf65e4c6298c67ee1f11fab8126 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 7 Aug 2020 18:20:46 +0800 Subject: [PATCH] docs(ShareSheet): add hide cancel button guide (#6959) --- src/share-sheet/README.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share-sheet/README.zh-CN.md b/src/share-sheet/README.zh-CN.md index b0338876c..f1ce56156 100644 --- a/src/share-sheet/README.zh-CN.md +++ b/src/share-sheet/README.zh-CN.md @@ -158,7 +158,7 @@ export default { | --- | --- | --- | --- | | options | 分享选项 | _Option[]_ | `[]` | | title | 顶部标题 | _string_ | - | -| cancel-text | 取消按钮文字 | _string_ | `'取消'` | +| cancel-text | 取消按钮文字,传入空字符串可以隐藏按钮 | _string_ | `'取消'` | | description | 标题下方的辅助描述文字 | _string_ | - | | duration | 动画时长,单位秒 | _number \| string_ | `0.3` | | overlay | 是否显示遮罩层 | _boolean_ | `true` |