set headerText to v-html

This commit is contained in:
joshuaboud 2022-06-17 15:47:06 -03:00
parent 29bad44c52
commit 36312ee588
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -33,7 +33,7 @@ If not, see <https://www.gnu.org/licenses/>.
<div class="card flex flex-col items-stretch overflow-hidden">
<div class="card-header">
<slot name="header">
<h3 class="text-header">{{ headerText }}</h3>
<h3 class="text-header" v-html="headerText" />
</slot>
</div>
<div class="card-body flex flex-row items-center gap-2">