lxh 1 year ago
parent
commit
1a870ab63d
1 changed files with 1 additions and 0 deletions
  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';