feat(date converter): auto focus main input

This commit is contained in:
Corentin Thomasset 2023-04-19 13:06:48 +02:00
parent c68a1fd713
commit 81f34e2ca1
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -4,6 +4,7 @@
<n-input-group>
<n-input
v-model:value="inputDate"
autofocus
:on-input="onDateInputChanged"
placeholder="Put you date string here..."
clearable