[Improvement] Field: support v-model.number (#1221)

This commit is contained in:
neverland
2018-06-04 20:08:50 +08:00
committed by GitHub
parent 4eb328ae08
commit a3579a88e4
6 changed files with 19 additions and 39 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ Field support all native properties of input tagsuch as `maxlength`、`placeh
| Attribute | Description | Type | Default |
|-----------|-----------|-----------|-------------|
| value | Field value | `String` | - |
| value | Field value | `String | Number` | - |
| label | Field label | `String` | - |
| type | Input type | `String` | `text` |
| disabled | Disable field | `Boolean` | `false` |