mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-01-10 01:18:51 +08:00
feat(date converter): auto focus main input
This commit is contained in:
parent
c68a1fd713
commit
6d2202597c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<n-input-group>
|
||||
<n-input
|
||||
v-model:value="inputDate"
|
||||
autofocus
|
||||
:on-input="onDateInputChanged"
|
||||
placeholder="Put you date string here..."
|
||||
clearable
|
||||
|
|
Loading…
Reference in a new issue