We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ffdd9 commit 3c4bd31Copy full SHA for 3c4bd31
components/vc-select/Selector/index.tsx
@@ -17,7 +17,7 @@ import useLock from '../hooks/useLock';
17
import { defineComponent, VNodeChild } from 'vue';
18
import createRef, { RefObject } from '../../_util/createRef';
19
import PropTypes from '../../_util/vue-types';
20
-import { VueNode } from 'ant-design-vue/es/_util/type';
+import { VueNode } from '../../_util/type';
21
22
export interface InnerSelectorProps {
23
prefixCls: string;
0 commit comments