mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
chore: expose utils in entry file
This commit is contained in:
+7
-4
@@ -1,10 +1,13 @@
|
||||
import { ref, reactive, computed } from 'vue';
|
||||
|
||||
// Utils
|
||||
import { isHidden } from '../utils/dom/style';
|
||||
import { unitToPx } from '../utils/format/unit';
|
||||
import { createNamespace } from '../utils';
|
||||
import { getScrollTop, getElementTop } from '../utils/dom/scroll';
|
||||
import {
|
||||
isHidden,
|
||||
unitToPx,
|
||||
getScrollTop,
|
||||
getElementTop,
|
||||
createNamespace,
|
||||
} from '../utils';
|
||||
|
||||
// Composition
|
||||
import { useScrollParent, useEventListener } from '@vant/use';
|
||||
|
||||
Reference in New Issue
Block a user