I am experiencing an issue with the b-card-img-lazy
element. Despite its name, it is not triggering the `load` event when the image is fully loaded, nor is it firing the `error` event if the resource is not found.
When the image is located, it displays correctly. However, the problem lies in the events not being properly triggered.
My stack includes Vue.js 2.0 and Nuxt.js, but this detail should not be relevant, as a traditional img
or b-img
would behave as expected by firing these events.