Commit 216d8c00 by YunaiV

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

parent c832af77
...@@ -5,6 +5,7 @@ ...@@ -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>
import { getAccessToken } from '@/utils/auth' import { getAccessToken } from '@/utils/auth'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment