Skip to content

Commit e8dcb27

Browse files
authored
chore: fix import path (Tencent#5101)
1 parent 6fa0e07 commit e8dcb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/select/select.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type { PopupProps, PopupVisibleChangeContext } from '../popup';
2424
import type { SelectInputChangeContext, SelectInputValueChangeContext } from '../select-input';
2525
import type { TdSelectProps, SelectValue } from './type';
2626
import { SelectInputValueDisplayOptions } from '../select-input/useSingle';
27-
import { TagInputTriggerSource } from '@src/tag-input';
27+
import { TagInputTriggerSource } from '../tag-input';
2828

2929
export default defineComponent({
3030
name: 'TSelect',

0 commit comments

Comments
 (0)