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
main.ts:
//@ts-ignore import datepicker from 'vue-date-picker' Vue.component('datepicker', datepicker);
Rollup returns an error: Error: 'default' is not exported by node_modules/vue-date-picker/dist/datepicker.common.js
Error: 'default' is not exported by node_modules/vue-date-picker/dist/datepicker.common.js
Package versions:
"vue": "^2.6.11", "rollup": "^1.32.0", "vue-date-picker": "^2.5.0",
The text was updated successfully, but these errors were encountered:
install moment and var moment = require("moment");
Sorry, something went wrong.
No branches or pull requests
main.ts:
Rollup returns an error:
Error: 'default' is not exported by node_modules/vue-date-picker/dist/datepicker.common.js
Package versions:
The text was updated successfully, but these errors were encountered: