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

View File

@@ -1,6 +1,6 @@
import { createNamespace, addUnit } from '../utils';
import { BORDER_TOP } from '../utils/constant';
import { useChildren } from '../composition/use-relation';
import { useChildren } from '@vant/use';
const [createComponent, bem] = createNamespace('grid');