2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-22 12: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 @@
可用 `disabledDate``disabledTime` 分别禁止选择部分日期和时间.
当你使用`disabledDate``disabledTime`的时候, 应该设置`defaultValue`的值是不被禁止选择的.
`defaultValue`的默认值是`new Date().setHour(0,0,0,0)`
**当你使用`disabledDate` 或 `disabledTime`的时候, 应该设置`defaultValue`的值是不被禁止选择的.**
<!-- Disabled -->