We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 [email protected]
Then check:
\node_modules\v-calendar\lib
The components folder is no longer included.
components
When looking at the diff between 2.4.1 and 2.4.2, I can't see anything that could have caused this:
2.4.1
2.4.2
The text was updated successfully, but these errors were encountered:
Can more easily be seen here:
Sorry, something went wrong.
Still same in v2.4.2 I downgraded to v2.4.1 and it works fine,
No branches or pull requests
In the docs:
It shows this example:
However, when you:
npm install --save-exact [email protected]
Then check:
\node_modules\v-calendar\lib
The
components
folder is no longer included.When looking at the diff between
2.4.1
and2.4.2
, I can't see anything that could have caused this:The text was updated successfully, but these errors were encountered: