refs #5990 feat(cardSummary): add slot
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
396b6d0298
commit
63e15c96cb
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue