docs: add 2.5.0 version tag

This commit is contained in:
陈嘉涵
2020-02-15 19:45:48 +08:00
parent c86d809b81
commit 7d010664cb
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ Use `input-align` prop to align the input value
|------|------|------|------|
| v-model (value) | Field value | *number \| string* | - |
| label | Field label | *string* | - |
| name | Name | *string* | - |
| name `v2.5.0` | Name | *string* | - |
| type | Input type, can be set to `tel` `digit`<br>`number` `textarea` `password` | *string* | `text` |
| size | Sizecan be set to `large` | *string* | - |
| maxlength | Max length of value | *number \| string* | - |
+1 -1
View File
@@ -235,7 +235,7 @@ export default {
|------|------|------|------|
| v-model (value) | 当前输入的值 | *number \| string* | - |
| label | 输入框左侧文本 | *string* | - |
| name | 名称,提交表单的标识符 | *string* | - |
| name `v2.5.0` | 名称,提交表单的标识符 | *string* | - |
| type | 输入框类型, 可选值为 `tel` `digit`<br>`number` `textarea` `password` 等 | *string* | `text` |
| size | 大小,可选值为 `large` | *string* | - |
| maxlength | 输入的最大字符数 | *number \| string* | - |