Show sample preview as v-html
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
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>
|
<span ref="closeButton" class="row justify-end close-icon" v-close-popup>
|
||||||
<QIcon name="close" size="sm" />
|
<QIcon name="close" size="sm" />
|
||||||
</span>
|
</span>
|
||||||
<div>{{ $props.htmlContent }}</div>
|
<div v-html="$props.htmlContent" />
|
||||||
<template>
|
<template>
|
||||||
<div v-html="$props.htmlContent"></div>
|
<div v-html="$props.htmlContent"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue