Skip to content

Commit 7a16860

Browse files
committed
faster debounce
1 parent 3478e98 commit 7a16860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function install (Vue, options) {
3232
this.$nextTick(() => {
3333
checkAndReport(options, this.$el)
3434
})
35-
}, 2000, { maxWait: 6000 })
35+
}, 1000, { maxWait: 5000 })
3636
},
3737
updated () {
3838
this.debounceAxe()

0 commit comments

Comments
 (0)