Commit 3a435d65dae9f9a65bb01da478ca52d913ebc1f9
1 parent
0dd7b94a
update TimePicker
update TimePicker
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/components/date-picker/panel/time-range.vue
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | disabledMinutes: [], |
68 | 68 | disabledSeconds: [], |
69 | 69 | hideDisabledOptions: false |
70 | - } | |
70 | + }; | |
71 | 71 | }, |
72 | 72 | computed: { |
73 | 73 | classes () { |
... | ... | @@ -103,7 +103,7 @@ |
103 | 103 | seconds: valEnd.getSeconds() |
104 | 104 | }, |
105 | 105 | false |
106 | - ) | |
106 | + ); | |
107 | 107 | } |
108 | 108 | } |
109 | 109 | } | ... | ... |