chore: move useRelation to @vant/use

This commit is contained in:
chenjiahan
2020-09-27 17:46:59 +08:00
parent 9923b50176
commit 6cd9e98ce4
34 changed files with 46 additions and 169 deletions
+1 -1
View File
@@ -6,9 +6,9 @@ import { BORDER_BOTTOM } from '../utils/constant';
import { INDEX_BAR_KEY } from '../index-bar';
// Composition
import { useParent } from '@vant/use';
import { useHeight } from '../composition/use-rect';
import { useExpose } from '../composition/use-expose';
import { useParent } from '../composition/use-relation';
const [createComponent, bem] = createNamespace('index-anchor');