Johan Alkstål

Results 2 comments of Johan Alkstål

Maybe there's no need for the comments in the code examples that say "Do not use in production environments" anymore though? It's quite discouraging to see.

Create a client side plugin, `vue-axe.client.ts` ``` import vueAxe from 'vue-axe'; export default defineNuxtPlugin(nuxtApp => { nuxtApp.vueApp.use(vueAxe); }); ``` Then you need to render the popup component somewhere in your...