nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.31k stars 839 forks source link

Component import broken in 2.4.2 #1476

Open TheJaredWilcurt opened 3 weeks ago

TheJaredWilcurt commented 3 weeks ago

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:

Then check:

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 commented 3 weeks ago

Can more easily be seen here:

mudassirmaqbool commented 1 week ago

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