refs #5990 feat(cardSummary): add slot
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-08-10 15:38:31 +02:00
parent 396b6d0298
commit 63e15c96cb
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ watch(props, async () => {
<slot name="header" :entity="entity">
<VnLv :label="entity.id" :value="entity.name" />
</slot>
<slot name="action" :entity="entity"></slot>
</div>
<div class="body q-pa-md q-mb-md">
<slot name="body" :entity="entity" />