fix follow lists

This commit is contained in:
Henry Jameson 2026-06-10 15:04:59 +03:00
commit 55f962ce7f

View file

@ -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()
}
},