From 08fd2a8184903781624676b81fceb4ac4e8c6de3 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 2 May 2022 11:22:35 +0800 Subject: [PATCH] docs(Stepper): improve the description of allow-empty prop (#10571) --- packages/vant/src/stepper/README.md | 4 ++-- packages/vant/src/stepper/README.zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/vant/src/stepper/README.md b/packages/vant/src/stepper/README.md index cce07a4e5..54b4732e4 100644 --- a/packages/vant/src/stepper/README.md +++ b/packages/vant/src/stepper/README.md @@ -143,8 +143,8 @@ export default { | show-plus | Whether to show plus button | _boolean_ | `true` | | show-minus | Whether to show minus button | _boolean_ | `true` | | show-input | Whether to show input | _boolean_ | `true` | -| long-press | Whether to allow long press | _boolean_ | `true` | -| allow-empty | Whether to allow the input to be empty | _boolean_ | `false` | +| long-press | Whether to enable the long press gesture, when enabled you can long press the increase and decrease buttons | _boolean_ | `true` | +| allow-empty | Whether to allow the input value to be empty, set to `true` to allow an empty string to be passed in | _boolean_ | `false` | ### Events diff --git a/packages/vant/src/stepper/README.zh-CN.md b/packages/vant/src/stepper/README.zh-CN.md index 5a7649306..50e017c5e 100644 --- a/packages/vant/src/stepper/README.zh-CN.md +++ b/packages/vant/src/stepper/README.zh-CN.md @@ -163,8 +163,8 @@ export default { | show-plus | 是否显示增加按钮 | _boolean_ | `true` | | show-minus | 是否显示减少按钮 | _boolean_ | `true` | | show-input | 是否显示输入框 | _boolean_ | `true` | -| long-press | 是否开启长按手势 | _boolean_ | `true` | -| allow-empty | 是否允许输入的值为空 | _boolean_ | `false` | +| long-press | 是否开启长按手势,开启后可以长按增加和减少按钮 | _boolean_ | `true` | +| allow-empty | 是否允许输入的值为空,设置为 `true` 后允许传入空字符串 | _boolean_ | `false` | ### Events