Access to onerror event for <b-card-img>
Is your feature request related to a problem? Please describe...
It would be nice if I could access the img-tags onerror event for the b-card-img component
Describe the solution you'd like
A @error listener/event for the b-card-img component
Describe alternatives you've considered
Some weird DOM manipulation, but that's really not how it should work.
Since <b-card-img> has the <img> tag as its root, the event should work as-is already.
Thanks, that works indeed. So this is not actually a feature request but instead a suggestion to improve the documentation. :-)
This doesn't seem to work with the lazy alternatives, right? Would be great, if this would also work on these.
This doesn't seem to work with the lazy alternatives, right? Would be great, if this would also work on these.
Looks like you might need to use the .native modifier on the event to get it to work on <b-card-img-lazy>