7253-devToTest_2418 #315

Merged
alexm merged 315 commits from 7253-devToTest_2418 into test 2024-04-23 08:12:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit da5186f184 - Show all commits

View File

@ -21,7 +21,7 @@ const $props = defineProps({
<span ref="closeButton" class="row justify-end close-icon" v-close-popup>
<QIcon name="close" size="sm" />
</span>
<div>{{ $props.htmlContent }}</div>
<div v-html="$props.htmlContent" />
<template>
<div v-html="$props.htmlContent"></div>
</template>