Skip to content

Commit 61cf496

Browse files
committed
Update readme
1 parent 82374df commit 61cf496

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ export default {
150150
}
151151
````
152152

153+
### A note on markDates
154+
155+
The `markDates` and `markDatesMore` properties **must** be in JavaScript Date format, e.g, no leading zeroes on month and days.
156+
157+
✅ Correct: 2019/1/16
158+
❎ Incorrect: 2019/01/16
159+
153160
### API
154161

155162
| Attributes | Description | Whether it must pass |
@@ -171,6 +178,6 @@ For example: <FunctionalCalendar ref="Calendar"></FunctionalCalendar>
171178

172179
## Other
173180
* The following Demo.vue has a demo for reference.
174-
* If there are other issues or versions, functionally incompatible mail communication manuk.minasyan1@gmail.com
181+
* If there are other issues or versions, or functionally incompatible issues, please email manuk.minasyan1@gmail.com
175182

176183
To develop this package, I used the component vue-calendar-component.

0 commit comments

Comments
 (0)