only improves

This commit is contained in:
kandrusyak
2023-08-02 01:54:50 +03:00
parent a9b4a7e185
commit e682136ed8
12 changed files with 191 additions and 72 deletions

View File

@@ -36,7 +36,7 @@ export default {
},
},
watch: {
filterString: debounce((value) => {
filterString: debounce(function (value) {
this.$emit("search", value);
}, 300),
},