【功能修复】report 缺少 ContentWrap 报错
parent
216d8c00b2
commit
b99700455c
|
@ -5,6 +5,7 @@
|
||||||
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
|
<ContentWrap :bodyStyle="{ padding: '0px' }" class="!mb-0">
|
||||||
<IFrame :src="src" />
|
<IFrame :src="src" />
|
||||||
</ContentWrap>
|
</ContentWrap>
|
||||||
|
</ContentWrap>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
defineOptions({ name: 'GoView' })
|
defineOptions({ name: 'GoView' })
|
||||||
|
|
Loading…
Reference in New Issue