0
0
Fork 0

chore: refs #6449 refactor model-value text

This commit is contained in:
Jorge Penadés 2024-07-30 13:16:45 +02:00
parent df907a7280
commit 3bb261376d
1 changed files with 5 additions and 3 deletions

View File

@ -470,9 +470,11 @@ onUnmounted(() => {
v-if="modelLog.summaryId"
v-text="`#${modelLog.summaryId}`"
/>
<span class="model-value" :title="modelLog.showValue">
{{ modelLog.showValue }}
</span>
<span
class="model-value"
:title="modelLog.showValue"
v-text="modelLog.showValue"
/>
<QBtn
flat
round