chore: rename use-relation

This commit is contained in:
chenjiahan
2020-09-22 20:29:14 +08:00
parent 882e3ef5e7
commit 053006de52
15 changed files with 14 additions and 14 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 '../composition/use-parent';
import Icon from '../icon';
const [createComponent, bem] = createNamespace('step');