[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+6 -6
View File
@@ -80,12 +80,12 @@ export default {
| 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` |
| 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