You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ import ToggleButton from 'vue-js-toggle-button/src/Button'
52
52
| Name | Type | Default | Description |
53
53
| --- | --- | --- | --- |
54
54
| value | Boolean | false | Initial state of the toggle button |
55
-
| sync | Boolean | false | If set to `true`, will be watching changes in `value` property and overwrite the current state of the button whenever `value` prop. changes |
55
+
| sync | Boolean | false | If set to `true`, will be watching changes in `value` property and overwrite the current state of the button whenever `value` prop changes |
56
56
| speed | Number | 300 | Transition time for the animation |
57
57
| disabled | Boolean | false | Button does not react on mouse events |
58
58
| color |[String, Object]|`#75C791`| If `String` - color of the button when checked <br>If `Object` - colors for the button when checked/uncheked <br>Example: `{checked: '#00FF00', unchecked: '#FF0000'}`|
0 commit comments