mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
debounce global search
This commit is contained in:
@@ -40,6 +40,7 @@ export default {
|
||||
}
|
||||
|
||||
watch(query, () => {
|
||||
console.log(query.value);
|
||||
emit("search", query.value);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user