Преглед изворни кода

fix: 去除多余的引入

奔跑的面条 пре 4 година
родитељ
комит
383b7c3cd5
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      src/packages/components/Tables/Tables/TableList/index.vue

+ 1 - 3
src/packages/components/Tables/Tables/TableList/index.vue

@@ -31,10 +31,8 @@
 </template>
 </template>
 
 
 <script setup lang="ts">
 <script setup lang="ts">
-import { PropType, onUnmounted, reactive, ref, toRefs, watch } from 'vue'
+import { PropType, onUnmounted, reactive, toRefs, watch } from 'vue'
 import { CreateComponentType } from '@/packages/index.d'
 import { CreateComponentType } from '@/packages/index.d'
-import cloneDeep from 'lodash/cloneDeep'
-import merge from 'lodash/merge'
 import { useChartDataFetch } from '@/hooks'
 import { useChartDataFetch } from '@/hooks'
 import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
 import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'