We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa0e07 commit e8dcb27Copy full SHA for e8dcb27
packages/components/select/select.tsx
@@ -24,7 +24,7 @@ import type { PopupProps, PopupVisibleChangeContext } from '../popup';
24
import type { SelectInputChangeContext, SelectInputValueChangeContext } from '../select-input';
25
import type { TdSelectProps, SelectValue } from './type';
26
import { SelectInputValueDisplayOptions } from '../select-input/useSingle';
27
-import { TagInputTriggerSource } from '@src/tag-input';
+import { TagInputTriggerSource } from '../tag-input';
28
29
export default defineComponent({
30
name: 'TSelect',
0 commit comments