fix(Slider): should format initial value (#4337)
This commit is contained in:
@@ -62,7 +62,7 @@ export default {
|
||||
|------|------|------|------|------|
|
||||
| title | Content | *string* | `''` | - |
|
||||
| info | Info Message | *string \| number* | `''` | - |
|
||||
| disabled | Whether to be disabled | *boolean* | `false` | 2.1.9 |
|
||||
| disabled | Whether to be disabled | *boolean* | `false` | 2.2.0 |
|
||||
| url | Link | *string* | - | - |
|
||||
| to | Target route of the link, same as to of vue-router | *string \| object* | - | 2.0.4 |
|
||||
| replace | If true, the navigation will not leave a history record | *boolean* | `false` | 2.0.4 |
|
||||
|
||||
Reference in New Issue
Block a user