houzekong 4 дней назад
Родитель
Сommit
6a12fea90e
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/layouts/default/feature/components/LeafPopup.vue

+ 0 - 2
src/layouts/default/feature/components/LeafPopup.vue

@@ -25,8 +25,6 @@
   </div>
 </template>
 <script lang="ts" setup>
-  import { computed } from 'vue';
-
   const props = defineProps<{
     node: any;
     callback: any;