-
Notifications
You must be signed in to change notification settings - Fork 0
Vue 2.7 #7
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
Comments
Hi Paul. |
Hello I have make it work with vue 2.7 on the next branche. you can install it with There is one side effect about vue router wich doesn't actually support the useRouter and useRoute but working on it: You can find an example of how make it work here: Do not hesitate if you have any question and close your issue if its working as expected for you |
I was just able to check it. But it's not working If updated the component in my project, it doesn't work at all. (no loading data from the API) |
I've narrowed down to the 'possible' culprit.
Doesn't get fired at all. for some reason, it doesn't pick up on the changes on the options object |
The watcher on the Form object
|
After some digging I found it |
Sorry for the late reply. This is working in local for me. can't say much about that. I will retry it now just to be sure. |
Okay so you right. It is working in local when using directly the file but not the transpiled one that is used by default by npm. |
@PaulMenheere So vue-demi is still required for building the library for both vue2 and vue3. |
@PaulMenheere I am closing this. Do not hesitate to reopen it if needed |
Please make it compatible with vue 2.7 (no need for vue-demi)
The text was updated successfully, but these errors were encountered: