Skip to content

Commit 3c4bd31

Browse files
authored
fix: import path (#4013)
1 parent 58ffdd9 commit 3c4bd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-select/Selector/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import useLock from '../hooks/useLock';
1717
import { defineComponent, VNodeChild } from 'vue';
1818
import createRef, { RefObject } from '../../_util/createRef';
1919
import PropTypes from '../../_util/vue-types';
20-
import { VueNode } from 'ant-design-vue/es/_util/type';
20+
import { VueNode } from '../../_util/type';
2121

2222
export interface InnerSelectorProps {
2323
prefixCls: string;

0 commit comments

Comments
 (0)