Skip to content

Commit 4af4c13

Browse files
authored
Update README.md
1 parent 9dbcf94 commit 4af4c13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Vue Datepicker Component
22
>A Datepicker Component For VueJs
33
4+
<img src="./resources/rangePicker.gif">
5+
46
<img src="./resources/rangepicker.png" />
57
<img src="./resources/singlepicker.png">
6-
<img src="./resources/rangePicker.gif">
8+
79
### Props
810
``` html
911
<Calendar
@@ -34,4 +36,4 @@ date-format | Object / This is the format in which the selected date will be dis
3436

3537

3638
#### note:
37-
**date-format** object values is consists to toLocaleString in js. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString).
39+
**date-format** object values is consists to toLocaleString in js. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString).

0 commit comments

Comments
 (0)