Skip to content
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

Fix Vue 3 compatability #7

Open
wants to merge 2 commits into
base: beta
Choose a base branch
from

Conversation

unknownCoderDetected
Copy link

Hello,

we are using this library in our project, which is being transferred to Vue 3. With this library we ran into some issues.

Firstly, we were getting following error message.

An unexpected error occurred: "expected hoisted manifest for \"vue3-datepicker#vue#@vue/server-renderer#@vue/compiler-ssr\"".

And we have fixed this by upgrading the Vue dependency.

Another issue is the wrong Vue 3 syntax in the watcher, which deals with an attribute value while the watcher should be on modelValue.

Thank you for your time.

As old vue dependency did not contain `@vue/server-renderer` and `@vue/compiler-ssr\` package
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

Successfully merging this pull request may close these issues.

1 participant