mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
fix(components): allow override of root through ui.root
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user