Open ruanhaojian opened 4 years ago
The error comes from :
setTimeout(() => { this.scrollHandler(); this.scrollParent.addEventListener('scroll', this.scrollHandler, evt3rdArg); }, 1);
when i use v-if direactive on this component, for example :
v-if
<infinite-loading v-if="isShow" />
The error comes from :
when i use
v-if
direactive on this component, for example :