Browse Source

fix: eslint

lanceJiang 1 year ago
parent
commit
e9b425cdc9
1 changed files with 1 additions and 1 deletions
  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'