mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-04 06:46:35 +08:00
fix: incorrect useRect import path
This commit is contained in:
parent
fd92564c27
commit
489f691aab
@ -13,10 +13,10 @@ import {
|
||||
} from '../utils';
|
||||
|
||||
// Composition
|
||||
import { useToggle } from '@vant/use';
|
||||
import { useRect, useToggle } from '@vant/use';
|
||||
import { useRefs } from '../../composition/use-refs';
|
||||
import { useExpose } from '../../composition/use-expose';
|
||||
import { useRect, useHeight } from '../../composition/use-height';
|
||||
import { useHeight } from '../../composition/use-height';
|
||||
|
||||
// Components
|
||||
import Day from './Day';
|
||||
|
Loading…
x
Reference in New Issue
Block a user