CSR-482 defect

the cms returns styling html embedded for the content and it is displaying the html in the alert box
This commit is contained in:
CarlNation 2022-04-11 14:48:21 -04:00
parent 1222c38315
commit c2e39d8b1b

View file

@ -5,7 +5,7 @@
:class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]"
>
<p class="m-0 fw-bold small alert-heading">{{ alertHeadline }}</p>
<p class="m-0 text-body small">{{ alertCopy }}</p>
<p class="m-0 text-body small" v-html="alertCopy"></p>
<button
type="button"
class="btn-close p-2"