Open wstam88 opened 6 years ago
Hi. I suggest using simpler module-template. For exporting components, we can simply register a plugin which registers any component we want.
Do you know about any documentation about registering components from within a plugin (in a module)? I couldn't find any at https://nuxtjs.org/guide/modules.
It doesnt matter much what I try, keep gettting: This relative module was not found: ./SurveyForm.vue in ./.nuxt/plugin.js
.
Using your module-template, where would I put my components so that they can actually be found?
How can I export a component with this module-template? I have a store which works fine, but components wont work for some reason.
Thanks in advance