only improves
This commit is contained in:
@@ -36,7 +36,7 @@ export default {
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
filterString: debounce((value) => {
|
||||
filterString: debounce(function (value) {
|
||||
this.$emit("search", value);
|
||||
}, 300),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user