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