mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-06 14:51:37 +00:00
【功能修复】report 缺少 ContentWrap 报错
This commit is contained in:
@@ -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' })
|
||||||
|
|||||||
Reference in New Issue
Block a user