wujingjing
2025-01-06 985aa40f5a3d15d4f196297697430d877b473e04
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">