Skip to content

Commit

Permalink
Update src/components/HeaderSearch.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Dec 12, 2023
1 parent 8ec6da6 commit 7a0b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default defineComponent({
isLoading.value = false;
};
const onInput = debounce(fetchData, 400);
const onInput = debounce(fetchData, 100);
watch(inputValue, onInput);
Expand Down

0 comments on commit 7a0b02c

Please sign in to comment.