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