You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree it would be ideal to export both the module (as default export) and the components would be named exports of the same file. However, the hard thing is the main export of the package is the nuxt module, which is loaded nuxt.config.js of the consuming package. To then be able to read the module file from the nuxt config, while also exporting vue components, nuxt config would have to be able to read vue files as well...
Can we enable simpler component imports?
Current implementation:
Envisioned implementation:
The text was updated successfully, but these errors were encountered: