Description
Seeing two errors come up on Nuxt over and over despite following documentation for installing.
Everything seems to be working okay, but I see two errors on each page after refreshing:
Image of the console errors thrown
My best guesses for these errors
The first issue appears (Cannot read property 'violations' of undefined
from vue-axe.esm.js
) to be related to vue-axe.
The second is coming from axe.js
(Uncaught (in promise) Error: No elements found for include in page Context
). From what I can tell, this isn't the axe.js
file in plugins/axe.js
. Of course, I could be mistaken.
Attempted troubleshooting
I deleted alt text from an image and saved it; after a hot reload the errors do not log, but if I then refresh the page they are logged.
Console after running env in dev
First run of page - Image has alt text
After saving without alt on image
Hot reloaded page - removed alt text and saved
Then after refreshing
Not a hot reload - still no alt text
On the bright side
Besides those console errors, everything else seems to work great!!
Help me help you
Sorry if my issue lacks info. (I'm not the main dev on our small team, and my knowledge of Nuxt and Vue-Axe could use improvement -- obviously). If I can provide more info or logs, let me know.
Side note
Accessibility is a top priority for our team (WCAG AA 2.1), and I would love to get this implemented to save our devs time and provide them with an awesome resource. I'm certified in WCAG through WebAIM, but your plugin is a better resource than me :).