From d6121f274021bfc8d2c008e59bb3e6588c720cf3 Mon Sep 17 00:00:00 2001 From: limeng Date: Mon, 3 Apr 2023 21:34:02 +0800 Subject: [PATCH] =?UTF-8?q?counter=E7=BB=84=E4=BB=B6=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=A2=9E=E5=87=8F=E6=8C=89=E9=92=AE=E7=A6=81=E7=94=A8=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limeng --- .../reference/arkui-ts/ts-container-counter.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-container-counter.md b/zh-cn/application-dev/reference/arkui-ts/ts-container-counter.md index 13867745c8..edab752ec4 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-container-counter.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-container-counter.md @@ -20,8 +20,12 @@ Counter() ## 属性 -支持[通用属性](ts-universal-attributes-size.md)。 +除支持[通用属性](ts-universal-attributes-size.md)外,还支持以下属性。 +| 名称 | 参数类型 | 描述 | +| --------------------------- | ---------------------------------------- | ---------------------------------------- | +| enableInc10+ | boolean | 设置数值增加按钮是否可用。
默认值:true | +| enableDec10+ | boolean | 设置数值减少按钮是否可用。
默认值:true | ## 事件 -- GitLab