docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions

View File

@@ -79,14 +79,14 @@ export default {
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| value | Password value | `string` | `''` |
| length | Maxlength of password | `number` | `6` |
| mask | Whether to mask value | `boolean` | `true` |
| info | Bottom info | `string` | - |
| error-info | Bottom error info | `string` | - |
| gutter | Gutter of input | `number | string` | `0` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| value | Password value | `string` | `''` | - |
| length | Maxlength of password | `number` | `6` | - |
| mask | Whether to mask value | `boolean` | `true` | - |
| info | Bottom info | `string` | - | - |
| error-info | Bottom error info | `string` | - | - |
| gutter | Gutter of input | `number | string` | `0` | - |
### Events

View File

@@ -84,7 +84,7 @@ export default {
| mask | 是否隐藏密码内容 | `boolean` | `true` | - |
| info | 输入框下方文字提示 | `string` | - | - |
| error-info | 输入框下方错误提示 | `string` | - | - |
| gutter | 输入框格子之间的间距,如 `20px` `2em`,默认单位为`px` | `number | string` | `0` | 2.0.0 |
| gutter | 输入框格子之间的间距,如 `20px` `2em`,默认单位为`px` | `number | string` | `0` | - |
### Events