I seem to get the error
error img elements must have an alt prop, either with meaningful text, or an empty string for decorative images vue-a11y/alt-text
I thought this would pass, is there something I'm doing wrong or something I can change to have this pass?
Hi, I have the same problem, any solution ?
My alt can be empty because it's provided by a content editor and the image can be decorative and in this case the error trigger.
Is your feature request related to a problem? Please describe. When I've used
:alt="content.imageAltText"
I seem to get the error
error img elements must have an alt prop, either with meaningful text, or an empty string for decorative images vue-a11y/alt-text
I thought this would pass, is there something I'm doing wrong or something I can change to have this pass?