PeachScript / vue-infinite-loading

An infinite scroll plugin for Vue.js.
https://peachscript.github.io/vue-infinite-loading/
MIT License
2.66k stars 366 forks source link

duplicate data rendering #324

Open phamduc1235 opened 2 years ago

phamduc1235 commented 2 years ago

i install this package, everything is work now but if data respone from server contain something like a image or file, it seem to be load again and again like my image highlight bellow, correct the pic is load just one anyone can help with this issue? thanks! 123

phamduc1235 commented 2 years ago

i also change :key="message.id" the image load one time but at that time the scroll work incorect, it scroll to some position not good for viewer when load old data

aasutossh commented 1 year ago

Showing a little bit of logic would be great. Like, your fetching logic.