- <template>
- <BasicLayoutEntry :layout-type="LayoutConfigType.scene" />
- </template>
- <script lang="ts" setup>
- import BasicLayoutEntry from './component/BasicLayoutEntry.vue';
- import { LayoutConfigType } from '@/types/page-config/type';
- </script>
- <style lang="scss" scoped></style>
|