Static GitHub Issues

[421] Define global components

prev: cache async data
next: nuxt generate folder can't find for non english params ( folder urlencode )

In every component or page we create we end up having tons of import "components/component/SomeComponent.vue" states for basic elements like regions, layouts, grids & columns. Is there a way in nuxt to define those components globally so they are known in subcomponents? Something like import "components/frame/Frame.vue" that contains the imports for regions, layouts, grids & columns.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c363">#c363</a>)</em></sub></div>