소스 검색

fix: eslint

lanceJiang 1 년 전
부모
커밋
e9b425cdc9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/hooks/useTablePage.ts

+ 1 - 1
src/hooks/useTablePage.ts

@@ -1,4 +1,4 @@
-import {reactive, ref, computed, /*getCurrentInstance,*/ unref, watch, nextTick, shallowRef} from 'vue'
+import { reactive, ref, computed, /*getCurrentInstance,*/ unref, watch, nextTick, shallowRef } from 'vue'
 import { $log } from '@/utils'
 // import { ObjectOpts } from '@/components/FormConfig/formConfig.types.ts'
 import { LeTableColumnProps, LeTableProps, SearchParams } from '@/components/Table'