Ben Lin
2024-08-22 436b52186129e60ba72c20e43d2845bc3f899901
src/components/Table/src/hooks/useScrollTo.ts
@@ -1,6 +1,6 @@
import type { ComputedRef, Ref } from 'vue';
import { nextTick, unref } from 'vue';
import { warn } from '/@/utils/log';
import { warn } from '@/utils/log';
export function useTableScrollTo(
  tableElRef: Ref<ComponentRef>,