lxh 1 anno fa
parent
commit
1a870ab63d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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';