We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7d2b commit d496808Copy full SHA for d496808
1 file changed
src/components/base/date-picker/lin-date-picker.vue
@@ -8,6 +8,7 @@
8
align="right"
9
popper-class="date-box"
10
value-format="yyyy-MM-dd HH:mm:ss"
11
+ :default-time="['00:00:00', '23:59:59']"
12
:picker-options="pickerOptions">
13
</el-date-picker>
14
</div>
0 commit comments