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
{{ message }}
This repository was archived by the owner on Nov 30, 2020. It is now read-only.
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