Merge pull request #2754 from Safelite/feature/CASH-1360

Consume button text as v-html rather than sanitized text
This commit is contained in:
chloeherdsafelite 2025-08-12 13:12:30 -04:00 committed by GitHub
commit d228f00b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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