-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Issue with bundling vuetify component using vuecli3 #3672
Comments
Thank your for your interest in this project. However, your issue is a usage/support question, and the issue tracker is reserved exclusively for bug reports and feature requests (as outlined in our Contributing Guide). We encourage you to ask it on the forum , Stack Overflow or on our Discord chat and are happy to help you out there. |
This was referenced Aug 18, 2021
This was referenced Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.5.1
Environment info
Steps to reproduce
I am trying to build a common ui library based on vuetify.
I created a generic vuetify button and tried to bundle it using vue-cli3.
Then, I import the package into another project.
My issue is that the new
Created a new button in gBtn.vue:
And on index.js:
And then I run this command using vue-cli3:
On the target project I import the button:
What is expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: