feat(Slider): add readonly prop

This commit is contained in:
chenjiahan
2021-01-20 19:23:31 +08:00
parent 32a08bb680
commit 4cd991dfec
4 changed files with 33 additions and 5 deletions
+1
View File
@@ -160,6 +160,7 @@ export default {
| inactive-color | Inactive color of bar | _string_ | `#e5e5e5` |
| range | Whether to enable dual thumb mode | _boolean_ | `false` |
| disabled | Whether to disable slider | _boolean_ | `false` |
| readonly `v3.0.5` | Whether to be readonly | _boolean_ | `false` |
| vertical | Whether to display slider vertically | _boolean_ | `false` |
### Events