Skip to content

Commit cafcaa3

Browse files
committed
comment(time-picker): the limit of delay
1 parent 70fa59d commit cafcaa3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/time-picker/time-picker.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
type: Number,
5454
default: 2500
5555
},
56+
// delay is valid when less than (the minute left in today + 1440).
57+
// So, it will be security when less than 1440.
5658
delay: {
5759
type: Number,
5860
default: 15

0 commit comments

Comments
 (0)