nuxt-community / module-template

Starter template for Nuxt.js Modules
MIT License
127 stars 34 forks source link

Question about import a component #85

Open elcferreira opened 2 years ago

elcferreira commented 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.

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:

Have someone an example how to do it?

The file is available on .nuxt and also on the node_modules.

image