fixed background
This commit is contained in:
parent
5f9eb1fc50
commit
a3256225e4
8 changed files with 59 additions and 36 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue