fix:#66 added @keyup.enter event

This commit is contained in:
masterElmar
2023-11-18 01:03:50 +01:00
parent 998c531304
commit eb4ec5b1f3

View File

@@ -77,7 +77,7 @@ function loadCalendar(): void {
<div <div
class="flex align-items-center justify-content-center border-round m-2" class="flex align-items-center justify-content-center border-round m-2"
> >
<InputText v-model="token" type="text" autofocus /> <InputText v-model="token" type="text" autofocus @keyup.enter="loadCalendar" />
</div> </div>
<div <div
class="flex align-items-center justify-content-center border-round m-2" class="flex align-items-center justify-content-center border-round m-2"