mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
docs: update version tag
This commit is contained in:
@@ -82,15 +82,15 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| value | Password value | *string* | `''` | - |
|
||||
| length | Maxlength of password | *number* | `6` | - |
|
||||
| mask | Whether to mask value | *boolean* | `true` | - |
|
||||
| focused | Whether to show focused cursor | *boolean* | `false` | 2.1.8 |
|
||||
| info | Bottom info | *string* | - | - |
|
||||
| error-info | Bottom error info | *string* | - | - |
|
||||
| gutter | Gutter of input | *string \| number* | `0` | - |
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| value | Password value | *string* | `''` |
|
||||
| length | Maxlength of password | *number* | `6` |
|
||||
| mask | Whether to mask value | *boolean* | `true` |
|
||||
| focused `v2.1.8` | Whether to show focused cursor | *boolean* | `false` |
|
||||
| info | Bottom info | *string* | - |
|
||||
| error-info | Bottom error info | *string* | - |
|
||||
| gutter | Gutter of input | *string \| number* | `0` |
|
||||
|
||||
### Events
|
||||
|
||||
|
@@ -82,15 +82,15 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| value | 密码值 | *string* | `''` | - |
|
||||
| length | 密码最大长度 | *number* | `6` | - |
|
||||
| mask | 是否隐藏密码内容 | *boolean* | `true` | - |
|
||||
| focused | 是否已聚焦,聚焦时会显示光标 | *boolean* | `false` | 2.1.8 |
|
||||
| info | 输入框下方文字提示 | *string* | - | - |
|
||||
| error-info | 输入框下方错误提示 | *string* | - | - |
|
||||
| gutter | 输入框格子之间的间距,如 `20px` `2em`,默认单位为`px` | *string \| number* | `0` | - |
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|------|------|------|------|
|
||||
| value | 密码值 | *string* | `''` |
|
||||
| length | 密码最大长度 | *number* | `6` |
|
||||
| mask | 是否隐藏密码内容 | *boolean* | `true` |
|
||||
| focused `v2.1.8` | 是否已聚焦,聚焦时会显示光标 | *boolean* | `false` |
|
||||
| info | 输入框下方文字提示 | *string* | - |
|
||||
| error-info | 输入框下方错误提示 | *string* | - |
|
||||
| gutter | 输入框格子之间的间距,如 `20px` `2em`,默认单位为`px` | *string \| number* | `0` |
|
||||
|
||||
### Events
|
||||
|
||||
|
Reference in New Issue
Block a user