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:
parent
1222c38315
commit
c2e39d8b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
:class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]"
|
:class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]"
|
||||||
>
|
>
|
||||||
<p class="m-0 fw-bold small alert-heading">{{ alertHeadline }}</p>
|
<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
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn-close p-2"
|
class="btn-close p-2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue