Skip to content

Was the import VueDatePicker locally removed on v0.2.0? #30

New issue

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

Closed
bissolli opened this issue Nov 10, 2019 · 4 comments
Closed

Was the import VueDatePicker locally removed on v0.2.0? #30

bissolli opened this issue Nov 10, 2019 · 4 comments

Comments

@bissolli
Copy link

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

export 'VueDatePicker' was not found in '@mathieustan/vue-datepicker

Code example

import { VueDatePicker } from "@mathieustan/vue-datepicker";

export default {
  name: "DatePickerRange",
  components: {
    VueDatePicker
  }
  ...
@kfirba
Copy link
Contributor

kfirba commented Nov 11, 2019

I can confirm the bug exists. I also can't import the component locally anymore.

@mathieustan
Copy link
Owner

Hello,

No it wasn't on purpose 😞. My bad. I'll change that

@kfirba
Copy link
Contributor

kfirba commented Nov 12, 2019

@mathieustan Thanks!

Is this a patch release that will be released soon?

@mathieustan
Copy link
Owner

@kfirba && @bissolli Should be fixed on latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants