This commit is contained in:
Johan Gunawan 2023-01-23 11:12:34 -05:00
parent c3573ff771
commit f0cae00486

View file

@ -1,6 +1,6 @@
<template>
<div
class="text-block d-flex w-100 mt-2"
class="text-block w-100 mt-2"
:class="[justifyText, typeStyle, fontWeight]"
v-html="this.TextBlockCopy"></div>
</template>