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

pull/514/MERGE
YunaiV 2024-08-25 10:36:55 +08:00
parent c832af77e8
commit 216d8c00b2
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>
import { getAccessToken } from '@/utils/auth'