Skip to content

Commit fc808df

Browse files
committed
fix: 清除日志
1 parent 5545d82 commit fc808df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

devui/search/hooks/use-search-keydown.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export const keydownHandles = (ctx: SetupContext<(EmitProps)[]>, keywords: Ref<s
3131
useEmitKeyword(keywords.value)
3232
}
3333
const useEmitKeyword = debounce((value: string) => {
34-
console.log(value)
3534
ctx.emit('searchFn', value)
3635
}, delay)
3736
return {

0 commit comments

Comments
 (0)