mirror of
https://github.com/youzan/vant.git
synced 2026-03-19 02:00:50 +08:00
fix: incorrect useRect import path
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user