added focus on all pages where are inputs

This commit is contained in:
masterElmar
2023-11-10 18:52:19 +01:00
parent cf50715c53
commit 1a5bb4af3f
5 changed files with 5 additions and 1 deletions

View File

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