Open elcferreira opened 2 years ago
Hello,
I'm working in a nuxt-module using this template, on this module I have some components that will be imported on the nuxt-project.
module
I have added the components using the addTemplate, but once I try to import it, it's returning that the This dependency was not found:
addTemplate
This dependency was not found:
Have someone an example how to do it?
The file is available on .nuxt and also on the node_modules.
.nuxt
node_modules
Hello,
I'm working in a nuxt-module using this template, on this
module
I have some components that will be imported on the nuxt-project.I have added the components using the
addTemplate
, but once I try to import it, it's returning that theThis dependency was not found:
Have someone an example how to do it?
The file is available on
.nuxt
and also on thenode_modules
.