We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3478e98 commit 7a16860Copy full SHA for 7a16860
src/index.js
@@ -32,7 +32,7 @@ export default function install (Vue, options) {
32
this.$nextTick(() => {
33
checkAndReport(options, this.$el)
34
})
35
- }, 2000, { maxWait: 6000 })
+ }, 1000, { maxWait: 5000 })
36
},
37
updated () {
38
this.debounceAxe()
0 commit comments