types: improve relation types (#9016)

This commit is contained in:
neverland
2021-07-12 20:54:19 +08:00
committed by GitHub
parent aedb8543e6
commit 0e05d8c908
28 changed files with 146 additions and 108 deletions
+1 -4
View File
@@ -7,7 +7,6 @@ import {
truthProp,
preventDefault,
createNamespace,
ComponentInstance,
} from '../utils';
import { BORDER_UNSET_TOP_BOTTOM } from '../utils/constant';
@@ -114,9 +113,7 @@ export default defineComponent({
props.columnsFieldNames
);
const { children, linkChildren } = useChildren<ComponentInstance>(
PICKER_KEY
);
const { children, linkChildren } = useChildren(PICKER_KEY);
linkChildren();