Merge pull request #2754 from Safelite/feature/CASH-1360
Consume button text as v-html rather than sanitized text
This commit is contained in:
commit
d228f00b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
isLoaderDisplayed && !suppressLoader ? 'has-loader' : '',
|
||||
]"
|
||||
@click="clicked">
|
||||
<span class="m-0">{{ this.buttonText }}</span>
|
||||
<span class="m-0" v-html="buttonText"></span>
|
||||
<loader
|
||||
class="ms-2"
|
||||
v-if="isLoaderDisplayed && !suppressLoader"
|
||||
|
|
|
|||
Loading…
Reference in a new issue