fix(components): allow override of root through ui.root

This commit is contained in:
Benjamin Canac
2024-09-05 10:37:39 +02:00
parent 59201e3a67
commit 47ad74d029
24 changed files with 25 additions and 25 deletions

View File

@@ -244,7 +244,7 @@ defineExpose({
:disabled="disabled"
:display-value="displayValue"
:filter-function="filterFunction"
:class="ui.root({ class: props.class })"
:class="ui.root({ class: [props.class, props.ui?.root] })"
:as-child="!!multiple"
@update:model-value="onUpdate"
@update:open="onUpdateOpen"