forked from verdnatura/salix-front
Show sample preview as v-html
This commit is contained in:
parent
d0e98010a5
commit
da5186f184
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue