代码更新
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
export const debounce = function(func, wait = 1000, immediate = true) {
|
||||
let timer;
|
||||
console.log(1);
|
||||
return function() {
|
||||
console.log(123);
|
||||
let context = this,
|
||||
|
||||
Reference in New Issue
Block a user