In the following example I made a simple image spinner loader with Vue.js:
https:// jsfiddle.net/Tenarius/g2chd796/8/
The problem is that, especially with larger images, the image often loads piece by piece. That doesn't look good to the user.
The picture should only be displayed when it is fully loaded. As long as the image is not fully loaded, the spinner should be displayed.
What can I do to make it work?
