mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
chore: move useRect to @vant/use
This commit is contained in:
@@ -13,8 +13,12 @@ import {
|
||||
} from '../utils';
|
||||
|
||||
// Composition
|
||||
import { useChildren, useScrollParent, useEventListener } from '@vant/use';
|
||||
import { useRect } from '../composition/use-rect';
|
||||
import {
|
||||
useRect,
|
||||
useChildren,
|
||||
useScrollParent,
|
||||
useEventListener,
|
||||
} from '@vant/use';
|
||||
import { useTouch } from '../composition/use-touch';
|
||||
|
||||
export const INDEX_BAR_KEY = 'vanIndexBar';
|
||||
|
Reference in New Issue
Block a user