wujingjing
2024-10-21 6dc8a04ea58dbcf253104504f1507997cc866ee6
src/components/chat/chatComponents/normalTextCom/NormalTextCom.vue
@@ -1,3 +1,4 @@
<!-- 不可更改,跟对话不一样 -->
<template>
   <pre class="pre-wrap">{{ data }}</pre>
</template>
@@ -7,9 +8,7 @@
import { chatComProps } from '../common';
const props = defineProps({
   data: String,
   data:String
});
</script>
<style scoped lang="scss">
</style>
<style scoped lang="scss"></style>