mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +01:00
chore(Table): types with latest vue
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
>
|
>
|
||||||
<UButton
|
<UButton
|
||||||
v-bind="{ ...(ui.default.expandButton || {}), ...expandButton }"
|
v-bind="{ ...(ui.default.expandButton || {}), ...expandButton }"
|
||||||
:ui="{ icon: { base: [ui.expand.icon, openedRows.includes(index) && 'rotate-180'] } }"
|
:ui="{ icon: { base: [ui.expand.icon, openedRows.includes(index) && 'rotate-180'].join(' ') } }"
|
||||||
@click="toggleOpened(index)"
|
@click="toggleOpened(index)"
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user