index.vue 261 B

123456789
  1. <template>
  2. <div style="width: 100%; height: 100%; position: absolute; left: 0; top: 0px">
  3. <VentDoc />
  4. </div>
  5. </template>
  6. <script lang="ts" setup>
  7. import VentDoc from '/@/components/vent/micro/ventDoc.vue';
  8. </script>
  9. <style lang="less" scoped></style>