vue-axe-next
vue-axe-next copied to clipboard
Accessibility auditing for Vue.js 3 applications using axe-core
Hello is this compatible with Nuxt 3? I tried to create a nuxt plugin like this, but without results: ``` import { defineNuxtPlugin } from "#app"; export default defineNuxtPlugin(async (nuxtApp)...
Figuring out how to conditionally load vue-axe was a bit tricky, but here's a working example for others who might want to use it on a typescrpt project. It's important...
Happy New Year! Vue is throwing a warning "Invalid vnode type when creating vnode: undefined at " when installing vue-axe@next in Vue 3. I do not see the popup that...
Hello, I have a use case where I should check only some specific elements, for example the element with the #header ID, along with all of its content. I would...
See: https://github.com/vue-a11y/vue-axe/issues/62#issue-1360393496 Please consider updating the package on npm. It would make adoption of the package for Vue 3 projects significantly easier.