refs #6105 VnAvatar description fixed
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Penadés 2023-08-25 11:48:04 +02:00
parent 3a55429668
commit d4abba6170
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const token = session.getToken();
/>
</QAvatar>
<div class="description">
<slot name="description">
<slot name="description" v-if="$props.description">
<p>
{{ $props.description }}
</p>