yangyin
2024-07-17 db4c7baafce80a4dc4585478334797402f7a77ae
src/components/chat/chatComponents/htmlCom/HTMLCom.vue
@@ -1,9 +1,10 @@
<template>
<template>
   <IframeResizer
      class="iframe-resizer"
      license="GPLv3"
      :src="data"
      width="100%"
      style="min-height: 500px"
      frameborder="no"
      border="0"
      marginwidth="0"
@@ -15,9 +16,9 @@
<script setup lang="ts">
import IframeResizer from '@iframe-resizer/vue/iframe-resizer.vue';
import { ref } from 'vue';
const iframeRef = ref<HTMLIFrameElement>(null);
defineProps(['data']);
</script>
<style scoped lang="scss">
</style>
<style scoped lang="scss"></style>