debounce global search

This commit is contained in:
geoffrey45
2022-01-22 07:07:43 +03:00
parent 7f73d89fcc
commit f6787421c3
6 changed files with 33 additions and 19 deletions
+1
View File
@@ -40,6 +40,7 @@ export default {
}
watch(query, () => {
console.log(query.value);
emit("search", query.value);
});