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
Tried updating to v0.2.0 and looks like the option to import VueDatePicker locally in the component was removed.
v0.2.0
Was that on purpose?
Error
export 'VueDatePicker' was not found in '@mathieustan/vue-datepicker
Code example
import { VueDatePicker } from "@mathieustan/vue-datepicker"; export default { name: "DatePickerRange", components: { VueDatePicker } ...
The text was updated successfully, but these errors were encountered:
I can confirm the bug exists. I also can't import the component locally anymore.
Sorry, something went wrong.
Hello,
No it wasn't on purpose 😞. My bad. I'll change that
@mathieustan Thanks!
Is this a patch release that will be released soon?
8891f06
@kfirba && @bissolli Should be fixed on latest release.
No branches or pull requests
Tried updating to
v0.2.0
and looks like the option to import VueDatePicker locally in the component was removed.Was that on purpose?
Error
Code example
The text was updated successfully, but these errors were encountered: