remove Vue.component from hooks
This commit is contained in:
parent
1f5f612163
commit
76a2e6befb
2 changed files with 3 additions and 4 deletions
|
|
@ -38,7 +38,7 @@ const withLoadMore = ({
|
|||
this.fetchEntries()
|
||||
}
|
||||
},
|
||||
destroyed () {
|
||||
unmounted () {
|
||||
window.removeEventListener('scroll', this.scrollLoad)
|
||||
destroy && destroy(this.$props, this.$store)
|
||||
},
|
||||
Loading…
Add table
Add a link
Reference in a new issue