gaoluyang
9 天以前 20c16e10941221357b80a014b792286e4071555e
src/packages/@core/composables/src/use-scroll-lock.ts
@@ -1,4 +1,4 @@
import { getScrollbarWidth, needsScrollbar } from '..\..\base\shared\src\utils';
import { getScrollbarWidth, needsScrollbar } from '../../base/shared/src/utils';
import {
  useScrollLock as _useScrollLock,