0
0
Fork 0

Show sample preview as v-html

This commit is contained in:
William Buezas 2024-02-13 14:53:29 -03:00
parent d0e98010a5
commit da5186f184
1 changed files with 1 additions and 1 deletions

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>