docs: remove 1.x version tip (#4257)

This commit is contained in:
neverland
2019-08-27 17:50:36 +08:00
committed by GitHub
parent f32104ad86
commit 16e80672d5
33 changed files with 84 additions and 84 deletions

View File

@@ -81,7 +81,7 @@ export default {
|------|------|------|------|------|
| value | 密码值 | `string` | `''` | - |
| length | 密码最大长度 | `number` | `6` | - |
| mask | 是否隐藏密码内容 | `boolean` | `true` | 1.6.6 |
| mask | 是否隐藏密码内容 | `boolean` | `true` | - |
| info | 输入框下方文字提示 | `string` | - | - |
| error-info | 输入框下方错误提示 | `string` | - | - |
| gutter | 输入框格子之间的间距,如 `20px` `2em`,默认单位为`px` | `number | string` | `0` | 2.0.0 |