nuxt / components

Scan and auto import components for Nuxt.js 2.13+
MIT License
887 stars 48 forks source link

Autoloading breaks when file exports multiple components at once. #240

Open gpanos opened 3 years ago

gpanos commented 3 years ago

Hey, I don't know if it's really a but but here it goes: I have a case were I need to build a single file component which exports multiple components at once using ES6 named exports. Is there anyway that I can make the nuxt component autoloading work for those type of components?