There was an error while loading. Please reload this page.
1 parent 5545d82 commit fc808dfCopy full SHA for fc808df
devui/search/hooks/use-search-keydown.ts
@@ -31,7 +31,6 @@ export const keydownHandles = (ctx: SetupContext<(EmitProps)[]>, keywords: Ref<s
31
useEmitKeyword(keywords.value)
32
}
33
const useEmitKeyword = debounce((value: string) => {
34
- console.log(value)
35
ctx.emit('searchFn', value)
36
}, delay)
37
return {
0 commit comments