nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.

Home Page:https://vcalendar.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Component import broken in 2.4.2

TheJaredWilcurt opened this issue · comments

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:

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