0
0
Fork 0

fix: refs #7524 vnProgressModal

This commit is contained in:
Jorge Penadés 2024-10-24 13:27:08 +02:00
parent f52b4c9a59
commit 823c354ef1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const progressLabel = computed(() => `${Math.round($props.progress * 100)}%`);
<QCardSection class="row"> <QCardSection class="row">
<span class="text-h6">{{ t('Progress') }}</span> <span class="text-h6">{{ t('Progress') }}</span>
<QSpace /> <QSpace />
<QBtn icon="close" flat round dense @click="emit('close')" /> <QBtn icon="close" flat round dense v-close-popup />
</QCardSection> </QCardSection>
<QCardSection> <QCardSection>
<div class="column"> <div class="column">