Nuxt not automatically importing components from nested directory

Since Nuxt 2.15.0, components changed in the way they work as stated in this github issue. Depending of you structure and how you want to handle your organization, you may edit your configuration accordingly to the migration guide available here: https://github.com/nuxt/components#v1-to-v2 Or you could also simply set the pathPrefix option to have all your components … Read more