refactor: refs #8316 used VnSection and VnCardBeta #1142

Merged
alexm merged 10 commits from 8316-customerCardWithVnCardBeta into dev 2025-01-22 09:11:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 074bb6c94c - Show all commits

View File

@ -82,7 +82,7 @@ async function fetch() {
<span v-else></span>
</slot>
<slot name="header" :entity="entity" dense>
<VnLv :label="`${entity.id} -`" :value="entity.name" />
{{ entity.id + ' - ' + entity.name }}
</slot>
<span class="row no-wrap">
<slot name="header-right" :entity="entity" />