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
@@ -1,6 +1,6 @@
import { computed, PropType } from 'vue';
import { createNamespace } from '../utils';
import { useParent } from '../composition/use-relation';
import { useParent } from '../composition/use-parent';
import { ROW_KEY, RowProvide } from '../row';
const [createComponent, bem] = createNamespace('col');