houzhongjian
2024-11-27 9e876a11f6f0b384d4b1f0a60e066944dbcdeaa5
提交 | 用户 | 时间
820397 1 <template>
H 2   <ContentWrap>
3     <IFrame :src="src" />
4   </ContentWrap>
5 </template>
6 <script lang="ts" setup>
7 defineOptions({ name: 'GoView' })
8
9 const src = 'http://127.0.0.1:3000'
10 </script>