-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Version
2.6.14
Reproduction link
https://jsfiddle.net/hdutLfz7/
Steps to reproduce
- Open https://jsfiddle.net/hdutLfz7/
- Open Chrome Dev-Tools Network-Tab
- Click "Run"
- See all images get loaded "at once" (this shouldn't happen, because we have native loading="lazy" enabled on the images)
- Clear Network-Tab
- Remove "new Vue.." in JS-Tab (Remove Vue)
- Click "Run"
- Scroll the page and watch Network-Tab (images get loaded lazily --> expected behavior)
What is expected?
Images get loaded lazily
What is actually happening?
Images get loaded all at once
I wanted to add native image loading to my site and it didn't work when I added the tag loading="lazy" on my images. After I removed Vue from the site, it worked.
Tested with latest Chrome: Version 92.0.4515.107
Metadata
Metadata
Assignees
Labels
No labels