Skip to content

Commit e9577c1

Browse files
vaebekagol
authored andcommitted
fix(search): 移除 icon 组件的引入
1 parent 875cc91 commit e9577c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/devui-vue/devui/search/src/search.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { getRootClass } from './composables/use-search-class';
44
import { keywordsHandles } from './composables/use-search-keywords';
55
import { keydownHandles } from './composables/use-search-keydown';
66
import DInput from '../../input/src/input';
7-
import { Icon } from '../../icon';
87
import { useNamespace } from '../../shared/hooks/use-namespace';
98
import './search.scss';
109
import { createI18nTranslate } from '../../locale/create';

0 commit comments

Comments
 (0)