chore: Replace vue-lazyload with a custom library #196
krmax44 posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
Feature request
Replace vue-lazyload
with a custom library. Related #197
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
What problem does this feature solve?
vue-lazyload
isn't properly maintained and is missing some features like events plus it has a couple of weird bugs.
What does the proposed API look like?
Simple API with events and stricter configuration - vue-lazyload
's one is pretty loose with too many options that can cause conflicts or straight up don't work sometimes.
How should this be implemented in your opinion?
Either straight in SaberImage
or as a seperate library. Thoughts?
Are you willing to work on this yourself?
Yes.