fix follow lists
This commit is contained in:
parent
205dd51ca0
commit
55f962ce7f
1 changed files with 1 additions and 2 deletions
|
|
@ -78,8 +78,7 @@ const List = {
|
|||
created() {
|
||||
window.addEventListener('scroll', this.scrollLoad)
|
||||
|
||||
console.log(this.externalItems)
|
||||
if (!this.externalItems && this.items.length === 0) {
|
||||
if (this.fetchFunction && this.items.length === 0) {
|
||||
this.fetchEntries()
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue