Ben Lin
2024-07-18 7cf58a4d2fff6b9cba9029d4d43ba9744dbef864
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>,