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
+9 -9
View File
@@ -91,15 +91,15 @@ export default {
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| value | Current value | `number` | `0` | - |
| disabled | Whether to disable slider | `boolean` | `false` | - |
| max | Max value | `number` | `100` | - |
| min | Min value | `number` | `0` | - |
| step | Step size | `number` | `1` | - |
| bar-height | Height of bar | `number | string` | `2px` | - |
| active-color | Active color of bar | `string` | `#1989fa` | - |
| inactive-color | Inactive color of bar | `string` | `#e5e5e5` | - |
| vertical | Whether to display vertical | `boolean` | `false` | - |
| value | Current value | *number* | `0` | - |
| disabled | Whether to disable slider | *boolean* | `false` | - |
| max | Max value | *number* | `100` | - |
| min | Min value | *number* | `0` | - |
| step | Step size | *number* | `1` | - |
| bar-height | Height of bar | *string \| number* | `2px` | - |
| active-color | Active color of bar | *string* | `#1989fa` | - |
| inactive-color | Inactive color of bar | *string* | `#e5e5e5` | - |
| vertical | Whether to display vertical | *boolean* | `false` | - |
### Events