docs: update version tag
This commit is contained in:
+11
-11
@@ -89,17 +89,17 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| value | Current value | *number* | `0` | - |
|
||||
| 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` | - |
|
||||
| disabled | Whether to disable slider | *boolean* | `false` | - |
|
||||
| vertical | Whether to display slider vertically | *boolean* | `false` | - |
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| value | Current value | *number* | `0` |
|
||||
| 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` |
|
||||
| disabled | Whether to disable slider | *boolean* | `false` |
|
||||
| vertical | Whether to display slider vertically | *boolean* | `false` |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user