fix(Table): use tr as separator (#4083)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Lars Eberhardt
2025-06-24 15:09:04 +00:00
committed by GitHub
parent 8f32ee3d24
commit edca3bcb74
4 changed files with 113 additions and 56 deletions

View File

@@ -366,6 +366,8 @@ defineExpose({
</slot>
</th>
</tr>
<tr :class="ui.separator({ class: [props.ui?.separator] })" />
</thead>
<tbody :class="ui.tbody({ class: [props.ui?.tbody] })">