Invalid removeEventListener ()

invalid listening in VUE

Jan.19,2022

not getting the scrollTop is not a problem of removing listeners, but an error in your scrolling function.


window.removeEventListener('resize',() => this.funScroll())

window.removeEventListener(type,fn,true)

the third parameter is missing

Menu