We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1b1b2 commit 2f9cd64Copy full SHA for 2f9cd64
README.md
@@ -15,7 +15,7 @@ import CircularCountDownTimer from "vuejs-circular-count-down-timer";
15
16
| Props | Description |
17
| --- | --- |
18
-| initial_value | Initial value of timer, as seconds. (required) |
+| initial-value | Initial value of timer, as seconds. (required) |
19
| stroke-width | Thickness of circle strokes in px. |
20
| seconds-stroke-color | Color of stroke of seconds circle. |
21
| minutes-stroke-color | Color of stroke of minutes circle. |
@@ -110,4 +110,4 @@ methods: {
110
console.log(status); //{"value": 144, "seconds": 24, "minutes": 2, "hours": 0}
111
}
112
113
-````
+````
0 commit comments