Explorar el Código

[Pref 0000] 代码优化

houzekong hace 4 días
padre
commit
6a12fea90e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;