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>
|
||||
<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>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<radioServicePackage/>
|
||||
<textBlock
|
||||
cmsWidgetName="footerTest"
|
||||
justifyText="caption"
|
||||
justifyText="left"
|
||||
typeStyle="small"
|
||||
fontWeight=""
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue