mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Select): clean props
This commit is contained in:
@@ -191,8 +191,8 @@ function onUpdateOpen(value: boolean) {
|
||||
v-bind="rootProps"
|
||||
:autocomplete="autocomplete"
|
||||
:disabled="disabled"
|
||||
:default-value="defaultValue as (AcceptableValue | AcceptableValue[] | undefined)"
|
||||
:model-value="modelValue as (AcceptableValue | AcceptableValue[] | undefined)"
|
||||
:default-value="(defaultValue as (AcceptableValue | AcceptableValue[] | undefined))"
|
||||
:model-value="(modelValue as (AcceptableValue | AcceptableValue[] | undefined))"
|
||||
@update:model-value="onUpdate"
|
||||
@update:open="onUpdateOpen"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user