Open
Description
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) => {
if (process.env.NODE_ENV === "development") {
const VueAxe = await import("vue-axe");
nuxtApp.vueApp.use(VueAxe.default);
}
});
Metadata
Metadata
Assignees
Labels
No labels