From 3c4bd31a7710d330d455821dd1b647e5b14d6332 Mon Sep 17 00:00:00 2001 From: zkwolf Date: Thu, 29 Apr 2021 18:31:22 +0800 Subject: [PATCH] fix: import path (#4013) --- components/vc-select/Selector/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/vc-select/Selector/index.tsx b/components/vc-select/Selector/index.tsx index be7497a8d..e0aaf70b7 100644 --- a/components/vc-select/Selector/index.tsx +++ b/components/vc-select/Selector/index.tsx @@ -17,7 +17,7 @@ import useLock from '../hooks/useLock'; import { defineComponent, VNodeChild } from 'vue'; import createRef, { RefObject } from '../../_util/createRef'; import PropTypes from '../../_util/vue-types'; -import { VueNode } from 'ant-design-vue/es/_util/type'; +import { VueNode } from '../../_util/type'; export interface InnerSelectorProps { prefixCls: string;