docs: update desc of replace prop (#4639)

This commit is contained in:
neverland
2019-09-30 11:48:32 +08:00
committed by GitHub
parent 8493fda8b0
commit 65dcc56753
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -92,14 +92,14 @@ 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 | *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` | - |
| disabled | Whether to disable slider | *boolean* | `false` | - |
| vertical | Whether to display slider vertically | *boolean* | `false` | - |
### Events