Skip to content
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

Component import broken in 2.4.2 #1476

Open
TheJaredWilcurt opened this issue Jun 4, 2024 · 2 comments
Open

Component import broken in 2.4.2 #1476

TheJaredWilcurt opened this issue Jun 4, 2024 · 2 comments

Comments

@TheJaredWilcurt
Copy link

In the docs:

It shows this example:

import DatePicker from 'v-calendar/lib/components/date-picker.umd.js';

Vue.component('date-picker', DatePicker);

However, when you:

  • npm install --save-exact v-calendar@2.4.2

Then check:

  • \node_modules\v-calendar\lib

The components folder is no longer included.

When looking at the diff between 2.4.1 and 2.4.2, I can't see anything that could have caused this:

@TheJaredWilcurt
Copy link
Author

Can more easily be seen here:

@TheJaredWilcurt TheJaredWilcurt changed the title v2 component import broken in 2.4.2 Component import broken in 2.4.2 Jun 5, 2024
@mudassirmaqbool
Copy link

Still same in v2.4.2 I downgraded to v2.4.1 and it works fine,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants