docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions
+6 -6
View File
@@ -81,12 +81,12 @@ export default {
| 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` | - |
| 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 | *string \| number* | `0` | - |
### Events