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>