src/components/chat/chatComponents/htmlCom/HTMLCom.vue
@@ -17,8 +17,9 @@ <script setup lang="ts"> import IframeResizer from '@iframe-resizer/vue/iframe-resizer.vue'; import { ref } from 'vue'; import { chatComProps } from '../common'; const iframeRef = ref<HTMLIFrameElement>(null); defineProps(['data']); const props = defineProps(chatComProps); </script> <style scoped lang="scss"></style>