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">