【功能修复】report 缺少 ContentWrap 报错

pull/514/MERGE
YunaiV 2024-08-25 10:41:40 +08:00
parent 216d8c00b2
commit b99700455c
1 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
<IFrame :src="src" />
</ContentWrap>
</ContentWrap>
</template>
<script lang="ts" setup>
defineOptions({ name: 'GoView' })