-
Notifications
You must be signed in to change notification settings - Fork 868
Open
Description
I am loading a vue component, but the image lazy state is not changing to loaded, until and unless I am hovering over the component. The images are present in the viewport. The issue is observed even after the images have been downloaded. I am using the same component in other pages, but there the issue is not observed.
Here we are initializing it
Vue.use(VueLazyLoad, { loading: "./Default_Image.png", error: "./Default_Image.png" })
The page on which we are using is displayed in a tab. I don't think that should be a problem though.
Not able to figure out what is wrong. :(
cainaf, karolsw3 and f48c
Metadata
Metadata
Assignees
Labels
No labels