You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suddenly vue-lazyload stopped working. I tried going back to the previous version but I still get the same error.
[Vue warn]: Failed to resolve directive: lazy
It was working yesterday so I suspect it has something to do with the latest update. However, manually choosing the previous version also did not help. Does someone know how to fix this?
The text was updated successfully, but these errors were encountered:
I had the same problem. Reverting back to 1.3.3 worked for me (1.3.4 also had the same error, for some reason).
Details: I was using the unpkg CDN provided in the docs, and it seems like it broke sometime today. I tried a bunch of things (I assume it's a conflict w/ another script I have), but ultimately just went with explicitly loading 1.3.3.
Suddenly vue-lazyload stopped working. I tried going back to the previous version but I still get the same error.
[Vue warn]: Failed to resolve directive: lazy
It was working yesterday so I suspect it has something to do with the latest update. However, manually choosing the previous version also did not help. Does someone know how to fix this?
The text was updated successfully, but these errors were encountered: