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

@@ -101,7 +101,7 @@ defineExpose({
ref="el"
v-slot="{ remaining, duration }"
v-bind="rootProps"
:class="ui.root({ class: props.class, multiline })"
:class="ui.root({ class: [props.class, props.ui?.root], multiline })"
:style="{ '--height': height }"
>
<slot name="leading">