docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+10 -10
View File
@@ -89,17 +89,17 @@ export default {
### Props
| Attribute | Description | Type | 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 | `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` | - |
### Events