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