mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 09:38:51 +02:00
fix:#5 linted
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
type="time"
|
||||
placeholder="start"
|
||||
time-only
|
||||
hourFormat="24"
|
||||
hour-format="24"
|
||||
date-format="HH:mm"
|
||||
:class="[{'p-invalid':isLater}, flexSpecs]"
|
||||
panel-class="min-w-min"
|
||||
@ -37,7 +37,7 @@
|
||||
v-model="end"
|
||||
type="time"
|
||||
time-only
|
||||
hourFormat="24"
|
||||
hour-format="24"
|
||||
placeholder="end"
|
||||
date-format="HH:mm"
|
||||
:class="[{'p-invalid':isLater}, flexSpecs]"
|
||||
|
Reference in New Issue
Block a user