Skip to content

Commit a16ca20

Browse files
committed
fix: some path error
1 parent 0b002fb commit a16ca20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/transfer/renderListBody.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import raf from '../_util/raf';
33
import ListItem from './ListItem';
44
import PropTypes, { withUndefined } from '../_util/vue-types';
55
import { findDOMNode } from '../_util/props-util';
6-
import getTransitionGroupProps from 'components/_util/getTransitionGroupProps';
6+
import getTransitionGroupProps from '../_util/getTransitionGroupProps';
77
const ListBody = defineComponent({
88
name: 'ListBody',
99
inheritAttrs: false,

0 commit comments

Comments
 (0)