| | |
| | | <script lang="ts" setup> |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, IFrame, Page } from '../../../packages/effects/common-ui/src'; |
| | | import { IFrame, Page } from '../../../packages/effects/common-ui/src'; |
| | | import { useAccessStore } from '../../../packages/stores/src'; |
| | | |
| | | defineOptions({ name: 'GoView' }); |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert |
| | | title="大屏设计器" |
| | | url="https://doc.iocoder.cn/report/screen/" |
| | | /> |
| | | </template> |
| | | |
| | | <IFrame :src="src" /> |
| | | <Page auto-content-height><IFrame :src="src" /> |
| | | </Page> |
| | | </template> |