fixed background

This commit is contained in:
Mrrp 2024-12-22 13:21:05 -08:00
parent 5f9eb1fc50
commit a3256225e4
8 changed files with 59 additions and 36 deletions

View file

@ -31,5 +31,5 @@ watch(() => props.text, (newVal) => {
<div v-if="loading" class="text-center animate-pulse">
<h2>Loading...</h2>
</div>
<div v-html="text"></div>
<div class="md-contents" v-html="text"></div>
</template>