There is a directory structure
- project_1
- project_2
- share_components
It is necessary that project_1
and project_2
used components from share_components
At the moment, the components of share_components
are ignored
For components from share_components
used an alias
What are the variants so that nuxt
does not ignore the files from the directory share_components
?