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
@@ -2,7 +2,7 @@ import { computed } from 'vue';
import { createNamespace } from '../utils';
import { BORDER } from '../utils/constant';
import { STEPS_KEY } from '../steps';
import { useParent } from '../composition/use-relation';
import { useParent } from '@vant/use';
import Icon from '../icon';
const [createComponent, bem] = createNamespace('step');