Add v-html and correct typo.
This commit is contained in:
parent
ce840d8177
commit
74f519b3b1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="text-block d-flex w-100 mt-4" :class="[justifyText, typeStyle, fontWeight]">{{this.TextBlockCopy}}</div>
|
<div class="text-block d-flex w-100 mt-4" :class="[justifyText, typeStyle, fontWeight]" v-html="this.TextBlockCopy"></div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<radioServicePackage/>
|
<radioServicePackage/>
|
||||||
<textBlock
|
<textBlock
|
||||||
cmsWidgetName="footerTest"
|
cmsWidgetName="footerTest"
|
||||||
justifyText="caption"
|
justifyText="left"
|
||||||
typeStyle="small"
|
typeStyle="small"
|
||||||
fontWeight=""
|
fontWeight=""
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue