fix(Slider): should format initial value (#4337)

This commit is contained in:
neverland
2019-09-03 11:57:48 +08:00
committed by GitHub
parent 390e89fca2
commit 45d60aaf88
6 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -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 |