This repository has been archived by the owner on Nov 30, 2020. It is now read-only.
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.
Import every component without importing them individually #627
Open
Description
Is your feature request related to a problem? Please describe.
Libraries like Vuetify and Element UI can be imported with only one import statement, however, I cannot find how to import this library using only one import statement.
Describe the solution you'd like
Create an index.js
with all the components so that this library can be imported with only one import statement. Like this one.
Describe alternatives you've considered
Or provide a js script to import all of the components one by one
Activity