refs #6153 test - master #86

Merged
jgallego merged 98 commits from test into master 2023-08-29 07:48:24 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 63e15c96cb - Show all commits

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" />