Ben Lin
2024-09-12 a4ee6ba0ca28833cbbb8cf0e675561b10fa4c1af
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>,