-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing problems #67
Comments
I'm having the same problem... @paglias have you solved this? |
Are you sure that it's loading the entire library using We are exporting each component individually, importing like that should import only the component, not the whole library. |
@2one2 I think I ended up importing the whole project because importing a single file doesn't work and |
@paglias thanks @cassioscabral yes importing with |
@paglias Can I ask did you install stylus-loader in your project? Need more information to debug. |
@linx4200 no, I don't use stylus-loader |
@paglias Thanks for the reply. Would fix this problem asap. |
Fixed. |
Similar issue here but with For the record, install it in your project (
In addition, since there is a
@linx4200 Perhaps this could be fixed in a new version? Providing an ESM ready folder would be ideal but might be a bit hard. I think using
Should be:
Same for computed props, watch and methods. |
@frandiox |
Will use |
Hi,
thanks for this library!
I'm having some problems importing only one picker
fails in my project (with webpack, and vue-loader installed) with this error:
Importing with
works but it loads the entire library and not just the Compact picker
Thanks
The text was updated successfully, but these errors were encountered: