chore: move useRect to @vant/use

This commit is contained in:
chenjiahan
2020-10-05 11:22:30 +08:00
parent 6aa67b6df9
commit fd92564c27
15 changed files with 35 additions and 40 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { INDEX_BAR_KEY } from '../index-bar';
// Composition
import { useParent } from '@vant/use';
import { useHeight } from '../composition/use-rect';
import { useHeight } from '../composition/use-height';
import { useExpose } from '../composition/use-expose';
const [createComponent, bem] = createNamespace('index-anchor');