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
It looks like I can't import vue2-timepicker in my Webpack project anymore:
ERROR in ./node_modules/vue2-timepicker/src/index.js Module not found: Error: Can't resolve './vue-timepicker' in '[..]/node_modules/vue2-timepicker/src' @ ./node_modules/vue2-timepicker/src/index.js 1:0-44 2:15-28
However, changing the first line of /src/index.js to
/src/index.js
import VueTimepicker from './vue-timepicker.vue'
Fixes the issue.
Thank you for this very useful package.
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. Fix released in v0.2.1
Sorry, something went wrong.
No branches or pull requests
It looks like I can't import vue2-timepicker in my Webpack project anymore:
However, changing the first line of
/src/index.js
toFixes the issue.
Thank you for this very useful package.
The text was updated successfully, but these errors were encountered: