Add v-html and correct typo.

This commit is contained in:
Bryan Mauger 2022-08-29 10:03:47 -04:00
parent ce840d8177
commit 74f519b3b1
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -14,7 +14,7 @@
<radioServicePackage/> <radioServicePackage/>
<textBlock <textBlock
cmsWidgetName="footerTest" cmsWidgetName="footerTest"
justifyText="caption" justifyText="left"
typeStyle="small" typeStyle="small"
fontWeight="" fontWeight=""
/> />