Layers under ~/layers not auto-registered in v3.12.1
Nuxt question: Layers under
~/layers
not auto-registered in v3.12.1
I've created a small repo with a live version to reproduce it.
skriptjobs-app
is extending 3 layers in nuxt.config.ts
This way, everything works, no issues.
Now, I want the layers in ./layers/**
to be auto-registered
But its not auto-registering anything, if I dont manually specify the layers manually.
What am I doing wrong? I'm running v3.12.1
https://nuxt-layers-registration.vercel.app/
repo:
https://github.com/santiagoaloi/nuxt-layers-registration1 Reply
it appears I had wrongly upgraded nuxt , I had differeny nuxt versions in layers