1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-18 20:59:37 +02:00

feat(date converter): auto focus main input

This commit is contained in:
Corentin Thomasset 2023-04-19 13:06:48 +02:00 committed by Corentin THOMASSET
parent c68a1fd713
commit 6d2202597c

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