fix: simplify data fetching logic in VnCard.vue #1656

Merged
alexm merged 7 commits from fix_vnCard_url into test 2025-04-01 11:27:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c09254d204 - Show all commits
src/components/VnTable

View File

@ -70,7 +70,7 @@ function textAlignToFlex(textAlign) {
:style="textAlignToFlex(align)"
>
<span :title="label">{{ label }}</span>
<div v-if="name">
<div v-if="name && (model?.index || vertical)">
<QChip
:label="!vertical ? model?.index : ''"
:icon="