소스 검색

chore: rm unused watchEffect

invalid w 1 년 전
부모
커밋
a7ee3367e5
1개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 10
      src/components/Form/src/components/ApiTreeSelect.vue

+ 1 - 10
src/components/Form/src/components/ApiTreeSelect.vue

@@ -11,16 +11,7 @@
 
 <script lang="ts">
   import { type Recordable } from '@vben/types';
-  import {
-    type PropType,
-    computed,
-    defineComponent,
-    watchEffect,
-    watch,
-    ref,
-    onMounted,
-    unref,
-  } from 'vue';
+  import { type PropType, computed, defineComponent, watch, ref, onMounted, unref } from 'vue';
   import { TreeSelect } from 'ant-design-vue';
   import { isArray, isFunction } from '/@/utils/is';
   import { get } from 'lodash-es';