2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-20 23:50:35 +03:00

docs: update the disabledDate demo

This commit is contained in:
mengxiong10
2020-06-05 10:50:21 +08:00
parent 051ad89c24
commit 661b377829
3 changed files with 25 additions and 31 deletions
+1 -3
View File
@@ -27,9 +27,7 @@ Support to select a date range.
Disabled part of dates and time by `disabledDate` and `disabledTime` respectively.
You should let the value of `defaultValue` not be disabled, when you use `disabledDate` or `disabledTime`.
The default value of `defaultValue` is `new Date().setHour(0,0,0,0)`.
**You should let the `defaultValue` not be disabled, when you use `disabledDate` or `disabledTime`.**
<!-- Disabled -->