提交 d6121f27 编写于 作者: L limeng

counter组件支持增减按钮禁用文档

Signed-off-by: Nlimeng <limeng208@huawei.com>
上级 338fd314
...@@ -20,8 +20,12 @@ Counter() ...@@ -20,8 +20,12 @@ Counter()
## 属性 ## 属性
支持[通用属性](ts-universal-attributes-size.md) 除支持[通用属性](ts-universal-attributes-size.md)外,还支持以下属性。
| 名称 | 参数类型 | 描述 |
| --------------------------- | ---------------------------------------- | ---------------------------------------- |
| enableInc<sup>10+</sup> | boolean | 设置数值增加按钮是否可用。<br/>默认值:true |
| enableDec<sup>10+</sup> | boolean | 设置数值减少按钮是否可用。<br/>默认值:true |
## 事件 ## 事件
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册