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
@@ -23,7 +23,7 @@ import {
// Composition
import { useExpose } from '../composition/use-expose';
import { useParent } from '../composition/use-relation';
import { useParent } from '../composition/use-parent';
// Components
import Icon from '../icon';