yangyin
2024-12-05 3ef8e36d831ff20a241294b096a70f729752e480
src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue
@@ -1,5 +1,5 @@
<template>
   <div v-html="md.render(data)"></div>
   <div class="markdown-it" v-html="md.render(data)"></div>
</template>
<script setup lang="ts">