lxh 1 년 전
부모
커밋
1a870ab63d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/vent/fire/fireHome/index.vue

+ 1 - 0
src/views/vent/fire/fireHome/index.vue

@@ -106,6 +106,7 @@
 </template>
 
 <script setup lang="ts">
+
 import { ref, reactive, onMounted, onUnmounted } from 'vue';
 import { ExpandOutlined, InfoCircleOutlined } from '@ant-design/icons-vue';
 import DanelBd from '../../common/danelBd.vue';