From a16ca20770ededb8b13ba69f6d57997585ea0376 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Tue, 20 Oct 2020 21:44:49 +0800 Subject: [PATCH] fix: some path error --- components/transfer/renderListBody.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/transfer/renderListBody.tsx b/components/transfer/renderListBody.tsx index fc50a2929..fe6a4c375 100644 --- a/components/transfer/renderListBody.tsx +++ b/components/transfer/renderListBody.tsx @@ -3,7 +3,7 @@ import raf from '../_util/raf'; import ListItem from './ListItem'; import PropTypes, { withUndefined } from '../_util/vue-types'; import { findDOMNode } from '../_util/props-util'; -import getTransitionGroupProps from 'components/_util/getTransitionGroupProps'; +import getTransitionGroupProps from '../_util/getTransitionGroupProps'; const ListBody = defineComponent({ name: 'ListBody', inheritAttrs: false,