Skip to content

Commit c0efc1e

Browse files
authored
docs(text-area): fix markdown syntax issue (#5473)
1 parent 8fbdbb1 commit c0efc1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/input/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ A basic widget for getting the user input is a text field. Keyboard and mouse ca
4747
| Property | Description | Type | Default | Version | |
4848
| --- | --- | --- | --- | --- | --- |
4949
| allowClear | allow to remove input content with clear icon | boolean | | 1.5.0 | |
50-
| autosize | Height autosize feature, can be set to \`true | false`or an object`{ minRows: 2, maxRows: 6 }\` | boolean\|object | false | |
50+
| autosize | Height autosize feature, can be set to `true | false`or an object`{ minRows: 2, maxRows: 6 }` | boolean\|object | false | |
5151
| defaultValue | The initial input content | string | | | |
5252
| showCount | Whether show text count | boolean | false | | |
5353
| value(v-model) | The input content value | string | | | |

components/input/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/xS9YEJhfe/Input.svg
4848
| 参数 | 说明 | 类型 | 默认值 | 版本 | |
4949
| --- | --- | --- | --- | --- | --- |
5050
| allowClear | 可以点击清除图标删除内容 | boolean | | 1.5.0 | |
51-
| autosize | 自适应内容高度,可设置为 \`true | false` 或对象:`{ minRows: 2, maxRows: 6 }\` | boolean\|object | false | |
51+
| autosize | 自适应内容高度,可设置为 `true | false` 或对象:`{ minRows: 2, maxRows: 6 }` | boolean\|object | false | |
5252
| defaultValue | 输入框默认内容 | string | | | |
5353
| showCount | 是否展示字数 | boolean | false | | |
5454
| value(v-model) | 输入框内容 | string | | | |

0 commit comments

Comments
 (0)