File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,13 @@ export default {
150
150
}
151
151
````
152
152
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
+
153
160
### API
154
161
155
162
| Attributes | Description | Whether it must pass |
@@ -171,6 +178,6 @@ For example: <FunctionalCalendar ref="Calendar"></FunctionalCalendar>
171
178
172
179
## Other
173
180
* 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
175
182
176
183
To develop this package, I used the component vue-calendar-component.
You can’t perform that action at this time.
0 commit comments