From 31d26cab7688ca74c28f5b9b7dec8e993dba0686 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 11 Jul 2021 08:56:19 +0800 Subject: [PATCH] docs(Picker): remove value-key prop (#9006) --- src/picker/README.md | 1 - src/picker/README.zh-CN.md | 1 - 2 files changed, 2 deletions(-) diff --git a/src/picker/README.md b/src/picker/README.md index 6cd80b116..4328a087e 100644 --- a/src/picker/README.md +++ b/src/picker/README.md @@ -324,7 +324,6 @@ export default { | title | Toolbar title | _string_ | - | | confirm-button-text | Text of confirm button | _string_ | `Confirm` | | cancel-button-text | Text of cancel button | _string_ | `Cancel` | -| value-key | Key of option text | _string_ | `text` | | toolbar-position | Toolbar position, cat be set to `bottom` | _string_ | `top` | | loading | Whether to show loading prompt | _boolean_ | `false` | | show-toolbar | Whether to show toolbar | _boolean_ | `true` | diff --git a/src/picker/README.zh-CN.md b/src/picker/README.zh-CN.md index ca7c4a858..8c7286892 100644 --- a/src/picker/README.zh-CN.md +++ b/src/picker/README.zh-CN.md @@ -347,7 +347,6 @@ export default { | title | 顶部栏标题 | _string_ | - | | confirm-button-text | 确认按钮文字 | _string_ | `确认` | | cancel-button-text | 取消按钮文字 | _string_ | `取消` | -| value-key | 选项对象中,选项文字对应的键名 | _string_ | `text` | | toolbar-position | 顶部栏位置,可选值为 `bottom` | _string_ | `top` | | loading | 是否显示加载状态 | _boolean_ | `false` | | show-toolbar | 是否显示顶部栏 | _boolean_ | `true` |