- <template>
- <div style="width: 100%; height: 100%; position: absolute; left: 0; top: 0px">
- <VentDoc />
- </div>
- </template>
- <script lang="ts" setup>
- import VentDoc from '/@/components/vent/micro/ventDoc.vue';
- </script>
- <style lang="less" scoped></style>
|