Nuxt 4 + MDC
nuxt mdc expects this
but I have
If I switch around then either my components dont work or mdc prose components
but I have
If I switch around then either my components dont work or mdc prose components
components: {
global: true,
path: './components/prose'
} components: [
{
global: true,
path: "~/components",
pathPrefix: false
}
],