wujingjing
2024-11-27 e0510665c7ecb2140f96eb6da27a601d7c892965
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">