Changed to HTML

This commit is contained in:
2025-04-14 10:15:23 +02:00
parent 554f871a1a
commit abc10a77f8

View File

@@ -48,7 +48,7 @@ setup()
<template #header>
<span class="font-bold">{{messageToShow.title}}</span>
</template>
<p class="text-justify my-2">{{messageToShow.description}}</p>
<p class="text-justify my-2" v-html="messageToShow.description"></p>
<UButton
variant="outline"
@click="markMessageAsRead"