mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
fix(ts): cleaned legacy typechecking warning
This commit is contained in:
parent
362f2fa280
commit
e88c1d5f2c
7 changed files with 20 additions and 17 deletions
|
@ -81,7 +81,7 @@ function onFocus() {
|
|||
<n-auto-complete
|
||||
v-model:value="queryString"
|
||||
:options="options"
|
||||
:on-select="(value) => onSelect(String(value))"
|
||||
:on-select="(value: string | number) => onSelect(String(value))"
|
||||
:render-label="renderOption"
|
||||
:default-value="'aa'"
|
||||
:get-show="() => displayDropDown"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue