| | |
| | | <script lang="ts" setup> |
| | | import { ref } from 'vue'; |
| | | |
| | | import { DocAlert, IFrame, Page } from '..\..\..\packages\effects\common-ui\src'; |
| | | import { useAccessStore } from '..\..\..\packages\stores\src'; |
| | | import { IFrame, Page } from '@vben/common-ui'; |
| | | import { useAccessStore } from '@vben/stores'; |
| | | |
| | | 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> |